Page 1 of 1

[solved]Accented characters

Posted: Sun Feb 20, 2005 5:11 pm
by Steveo31
Fixed... used urldecode ;)

Posted: Sun Feb 20, 2005 5:36 pm
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.

Posted: Tue Feb 22, 2005 12:30 pm
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