[solved]Accented characters

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
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

[solved]Accented characters

Post by Steveo31 »

Fixed... used urldecode ;)
Last edited by Steveo31 on Tue Feb 22, 2005 3:36 am, edited 1 time in total.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

why dont you use urlencode() and urldecode()?

if that doest work then use base64_encode() on page where you passing the words and then use base64_decode() on the page where you are showing them.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

dont edit your posts like that, future users with same problem wont have a clue when they see this, always post at the end of the topic if it was fixed, or just edit the title and leave it at that.

thank you
Post Reply