Categories

Updated: 10/14/2006

PHP Functions : urlencode()

You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.
Similar Scripts for "PHP Functions : urlencode()"

PHP and AJAX tool to transform text

Just wrote this tool, to allow instant transformation of data into following formats: base64 encode decode, urlencode decode, md5 and sha1 hashing, rot13, addslashes and htmlentities. Really cool to select ''all'', then compare ...
©2003-2008 jCay.com