I have a problem..
If I, in ajax.php, put in this code:
header ("Content-Type: text/html; charset=iso-8859-1");
the danish letters æ, ø and å works in the menu, no prob.
But if a user wants to create a username like Læske, he can't approve his registration because the letter Æ breaks the link in the approval mail.
Example:
http://gratiskunder.dk/register.php?u=læske&v=1681&pflag=cf
the link stops at the letter Æ!
I know it's possible to make a code instead of the Æ, but how and where do I need to put the code?
Update:
Bruceper tells me to put in charset utf-8 instead of the iso-8859-1, but when I do that my site gets completely trashed. It works fine with the iso-8859-1 code.
So even if I need to use utf-8 I can't? It doesn't work with my site? Or am I completely lost here?![]()


LinkBack URL
About LinkBacks
