urlencode
function call:
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 )
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.