<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Escaping and sanitizing user input in PHP</title>
	<atom:link href="http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/</link>
	<description>Insights and Updates from a Tech Geek</description>
	<lastBuildDate>Thu, 10 May 2012 22:27:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Greg</title>
		<link>http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/comment-page-1/#comment-319</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 23 Jan 2012 18:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://elbertf.com/?p=606#comment-319</guid>
		<description>Can you elaborate more on why you should not use strip tags? Perhaps a link with more information?</description>
		<content:encoded><![CDATA[<p>Can you elaborate more on why you should not use strip tags? Perhaps a link with more&nbsp;information?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kremchik</title>
		<link>http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/comment-page-1/#comment-244</link>
		<dc:creator>Kremchik</dc:creator>
		<pubDate>Wed, 27 Apr 2011 15:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://elbertf.com/?p=606#comment-244</guid>
		<description>Nice article! I suppose there is a misprint in &quot;MySQL database queries&quot; section:  - just &#039;=&#039; is missing.
And how do you think, may be htmlspecialchars() is better than htmlentities()? There is a problem with htmlentities() if there are non-latin characters in the string.</description>
		<content:encoded><![CDATA[<p>Nice article! I suppose there is a misprint in &#8220;MySQL database queries&#8221; section:  - just &#8216;=&#8217; is missing.<br />
And how do you think, may be htmlspecialchars() is better than htmlentities()? There is a problem with htmlentities() if there are non-latin characters in the&nbsp;string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElbertF</title>
		<link>http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/comment-page-1/#comment-90</link>
		<dc:creator>ElbertF</dc:creator>
		<pubDate>Sat, 24 Jul 2010 04:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://elbertf.com/?p=606#comment-90</guid>
		<description>I always do, didn&#039;t know it was exploitable though.</description>
		<content:encoded><![CDATA[<p>I always do, didn&#8217;t know it was exploitable&nbsp;though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svenn</title>
		<link>http://elbertf.com/2010/07/escaping-and-sanitizing-user-input-in-php/comment-page-1/#comment-85</link>
		<dc:creator>svenn</dc:creator>
		<pubDate>Fri, 23 Jul 2010 12:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://elbertf.com/?p=606#comment-85</guid>
		<description>Great post. If I read correct I should always use header() to encode UTF-8 when using UTF-8 on output aswell ? (to protect from &lt;a href=&quot;http://shiflett.org/blog/2005/dec/googles-xss-vulnerability&quot; rel=&quot;nofollow&quot;&gt;http://shiflett.org/blog/2005/dec/googles-xss-vulnerability&lt;/a&gt;) ?</description>
		<content:encoded><![CDATA[<p>Great post. If I read correct I should always use header() to encode UTF-8 when using UTF-8 on output aswell ? (to protect from <a href="http://shiflett.org/blog/2005/dec/googles-xss-vulnerability" rel="nofollow">http://shiflett.org/blog/2005/dec/googles-xss-vulnerability</a>)&nbsp;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

