"Urlencode is a predefined encoding function in PHP".
We use Urlencode to encode a string that we are using in a url string. Url encodes the same way as we posted the data from web pages. It returns the encoded string.
Syntax:- urlencode (string $urlstring )
"Urldecode is a PHP function for decoding the encoded string".
Syntax:- urldecode (string $str )
0 Comment(s)