Categories
Tags → Urlencode

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...
DETAILS

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 ...
DETAILS
©2003-2019 jCay.com