converting letters

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
illusion123
Forum Newbie
Posts: 4
Joined: Sat Dec 09, 2006 1:13 pm

converting letters

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

That looks like something that might be helped with urlencode() and urldecode(). Maybe?
Post Reply