urlencode
urlencode ( string $str ) : string
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.
Confused by DNS? Check out DNS Basics Explained eBook — a practical guide for website owners and freelancers.
urlencode ( string $str ) : string
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.