urlencode
Definition
string urlencode ( string $str )
Description
This function is convenient when encoding a string to be used in a query part of a URL, as a convenient way to pass variables to the next page.
string urlencode ( string $str )
This function is convenient when encoding a string to be used in a query part of a URL, as a convenient way to pass variables to the next page.