<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>最优良人 &#187; 乱码</title>
	<atom:link href="http://www.zui88.com/view-tag/%e4%b9%b1%e7%a0%81/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zui88.com/blog</link>
	<description>中山php&#124;最优网络</description>
	<lastBuildDate>Mon, 13 May 2013 04:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>php使用mail函数发送邮件，解决乱码问题</title>
		<link>http://www.zui88.com/blog/view-370.html</link>
		<comments>http://www.zui88.com/blog/view-370.html#comments</comments>
		<pubDate>Fri, 01 Jun 2012 03:03:27 +0000</pubDate>
		<dc:creator>lin</dc:creator>
				<category><![CDATA[后端程序]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[乱码]]></category>

		<guid isPermaLink="false">http://www.zui88.com/blog/?p=370</guid>
		<description><![CDATA[$to = 'sales@zui88.com'; $subject = "=?UTF-8?B?".base64_encode('网站收到一个新信息')."?="; $message = " 用户姓名：{$_POST['name']}\n 用户邮箱：{$_POST['email']}\n 用户电话：{$_POST['contact']}\n 留言内容：{$_POST['content']} "; $headers = 'From: webmaster@zui88.com' . "\r\n" . 'Reply-To: webmaster@zui88.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); $headers .= 'Content-type: text/html; charset=utf-8' . "\r\n"; mail($to, $subject, $message, $headers);]]></description>
			<content:encoded><![CDATA[<p>$to = 'sales@zui88.com';<br />
$subject = "=?UTF-8?B?".base64_encode('网站收到一个新信息')."?=";<br />
$message = "<br />
用户姓名：{$_POST['name']}\n<br />
用户邮箱：{$_POST['email']}\n<br />
用户电话：{$_POST['contact']}\n<br />
留言内容：{$_POST['content']}<br />
";<br />
$headers = 'From: webmaster@zui88.com' . "\r\n" .<br />
'Reply-To: webmaster@zui88.com' . "\r\n" .<br />
'X-Mailer: PHP/' . phpversion();<br />
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";</p>
<p>mail($to, $subject, $message, $headers);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zui88.com/blog/view-370.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
