<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PHP中htmlentities跟htmlspecialchars的区别</title>
	<atom:link href="http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/</link>
	<description>致力于WEB技术研究的IT博客</description>
	<pubDate>Sat, 19 Jul 2008 07:44:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Fwolf&#8217;s Blog &#187; Blog Archive Gregarius编辑feed时中文乱码的解决 - Fwolf's Blog</title>
		<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/#comment-556</link>
		<dc:creator>Fwolf&#8217;s Blog &#187; Blog Archive Gregarius编辑feed时中文乱码的解决 - Fwolf's Blog</dc:creator>
		<pubDate>Fri, 02 May 2008 05:49:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-556</guid>
		<description>[...] PHP中htmlentities跟htmlspecialchars的区别  Tags: chinese, feed, gregarius, hack, messy, Php [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP中htmlentities跟htmlspecialchars的区别  Tags: chinese, feed, gregarius, hack, messy, Php [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sniper</title>
		<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/#comment-407</link>
		<dc:creator>sniper</dc:creator>
		<pubDate>Thu, 06 Mar 2008 09:43:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-407</guid>
		<description>真的不错，今天搞了一天txtSQL中文一直有问题，后来才发现就是这个函数的问题，多谢楼主了！！！</description>
		<content:encoded><![CDATA[<p>真的不错，今天搞了一天txtSQL中文一直有问题，后来才发现就是这个函数的问题，多谢楼主了！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiril</title>
		<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/#comment-43</link>
		<dc:creator>kiril</dc:creator>
		<pubDate>Wed, 19 Sep 2007 02:17:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-43</guid>
		<description>不错！谢了！</description>
		<content:encoded><![CDATA[<p>不错！谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pensz</title>
		<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/#comment-28</link>
		<dc:creator>pensz</dc:creator>
		<pubDate>Fri, 07 Sep 2007 16:20:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>all characters which have HTML character entity equivalents are translated into these entities.&lt;br/&gt;&lt;br/&gt;博主还可以试试版权标志&#38;copy;，注册标志&#38;reg;，个人感觉这才是最大区别</description>
		<content:encoded><![CDATA[<p>all characters which have HTML character entity equivalents are translated into these entities.</p>
<p>博主还可以试试版权标志&amp;copy;，注册标志&amp;reg;，个人感觉这才是最大区别</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guobke</title>
		<link>http://blog.fesite.com/2007/08/23/php-htmlentities-htmlspecialchars/#comment-19</link>
		<dc:creator>guobke</dc:creator>
		<pubDate>Thu, 30 Aug 2007 01:55:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-19</guid>
		<description>&#60;?php&lt;br/&gt;$str=&#039;&#60;a href=&#34;test.html&#34;&#62;测试页面&#60;/a&#62;&#039;;&lt;br/&gt;echo htmlentities($str,ENT_NOQUOTES ,&#039;GB2312&#039;);&lt;br/&gt;&lt;br/&gt;$str=&#039;&#60;a href=&#34;test.html&#34;&#62;测试页面&#60;/a&#62;&#039;;&lt;br/&gt;echo htmlspecialchars($str,ENT_NOQUOTES,&#039;GB2312&#039; );&lt;br/&gt;?&#62;</description>
		<content:encoded><![CDATA[<p>&lt;?php<br />$str=&#039;&lt;a href=&quot;test.html&quot;&gt;测试页面&lt;/a&gt;&#039;;<br />echo htmlentities($str,ENT_NOQUOTES ,&#039;GB2312&#039;);</p>
<p>$str=&#039;&lt;a href=&quot;test.html&quot;&gt;测试页面&lt;/a&gt;&#039;;<br />echo htmlspecialchars($str,ENT_NOQUOTES,&#039;GB2312&#039; );<br />?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
