Page is a not externally linkable
helenp - 11:11 am on Jul 30, 2011 (gmt 0)
Lol,-
Is it posible to delete some previous post?
Found the reason, why it did not work on the testform no idea, but I do know why it did not work on my form...how stupid, just did not check. I use phpmailer, and in the file class.phpmailer.php it said var $CharSet = 'iso-8859-1'; changed it to var $CharSet = 'utf-8'; and works like a charm lol....
I can change this, is this value the best? var $Encoding = '8bit';
However my formpage got the error in W3:
The document is not valid UTF-8......
just dont get it.
Regarding the database I added mysql_set_charset('utf8'); and I get the characters well, so I dont know if I have to change the database or not.
And if not, is there any reason to change it?