Page 1 of 1

converting letters

Posted: Fri Dec 15, 2006 2:27 pm
by illusion123
Hello.

For example I have a symbol "@" and it may be converted to "%40"
How or where I can convert letters to a %NUMBER format ?


Please help me. Thank you.

Posted: Fri Dec 15, 2006 2:39 pm
by RobertGonzalez
That looks like something that might be helped with urlencode() and urldecode(). Maybe?