<?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: How to filter &amp; escape data from Injection attacks in PHP!</title>
	<atom:link href="http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:25:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: JC</title>
		<link>http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/#comment-17817</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Tue, 01 Feb 2011 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/#comment-17817</guid>
		<description>Use the HTMLPurifier PHP library, it will clean up any user submitted code and remove any malicious code to prevent XSS.</description>
		<content:encoded><![CDATA[<p>Use the HTMLPurifier PHP library, it will clean up any user submitted code and remove any malicious code to prevent XSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Varney</title>
		<link>http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/#comment-5394</link>
		<dc:creator>Matt Varney</dc:creator>
		<pubDate>Fri, 18 Dec 2009 22:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/07/28/filtering-escaping-post-data-from-injection-attacks/#comment-5394</guid>
		<description>Escaping form variables properly is such a pain.  At least they are getting rid of magic quotes.  They are the worst thing ever created.

&quot;It turns out that mysql_add_slashes() does the job but it causes more problems than anything and it is not advisable to use this function and it has been discontinued since PHP 6.0&quot;

You make it sound like PHP6 is an old version :)  PHP6 is not out yet and as far as I know it is quite a ways in the future</description>
		<content:encoded><![CDATA[<p>Escaping form variables properly is such a pain.  At least they are getting rid of magic quotes.  They are the worst thing ever created.</p>
<p>&#8220;It turns out that mysql_add_slashes() does the job but it causes more problems than anything and it is not advisable to use this function and it has been discontinued since PHP 6.0&#8243;</p>
<p>You make it sound like PHP6 is an old version <img src='http://corpocrat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   PHP6 is not out yet and as far as I know it is quite a ways in the future</p>
]]></content:encoded>
	</item>
</channel>
</rss>

