flash - php -mailform special charaters
flash - php -mailform special charaters
Out of context: Reply #10
- Started
- Last post
- 11 Responses
- unfittoprint0
http://pastebin.coconut.se/?id=4…
and try adding this two lines to your php mail headers:
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\n";