I have changed my Content-Type to be multilingual and I keep getting an error when sent
Here's the code i have in there
<code>
$headers = $headers ."Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit"\n\n";
</code>
The error I'm getting back from that line is:
Parse error: parse error, unexpected T_STRING in /home/site/public_html/referafriend_submit.php on line 45
Anyone have any ideas on how i'm miscoding the above line of code?