不在困中,豈能脫困;未曾有迷,豈能有悟。
在C/C++和網頁程式設計裡迷了路....
2008年4月5日
【PHP】PHP mail() 函式亂碼解決方法
$sub = "=?UTF-8?B?".base64_encode("信件標題")."?=";
$msg = "信件內容(支援html)";
$from="From:herbjoyce@gmail.com";
$from.="\nContent-Type:text/html;charset=utf-8";
mail("herbjoyce@gmail.com",$sub,$mail_content,$from)
即可完整顯示utf-8標題+內容
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言