<?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 Sanitize User Input in PHP?</title>
	<atom:link href="/2010/04/20/how-to-sanitize-user-input-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/04/20/how-to-sanitize-user-input-in-php/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Wayne May</title>
		<link>/2010/04/20/how-to-sanitize-user-input-in-php/comment-page-1/#comment-12900</link>
		<dc:creator><![CDATA[Wayne May]]></dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:49:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=1461#comment-12900</guid>
		<description><![CDATA[I much prefer htmlentities over htmlspecialchars.  Also, you titled this wrong, because other than converting  a few tags, this does not sanatize your data much.  As @seanJA pointed out, you are still open to SQL injection attacts too.

This is by no means anything that I would use to sanatize user input.]]></description>
		<content:encoded><![CDATA[<p>I much prefer htmlentities over htmlspecialchars.  Also, you titled this wrong, because other than converting  a few tags, this does not sanatize your data much.  As @seanJA pointed out, you are still open to SQL injection attacts too.</p>
<p>This is by no means anything that I would use to sanatize user input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/04/20/how-to-sanitize-user-input-in-php/comment-page-1/#comment-12898</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Wed, 21 Apr 2010 06:43:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=1461#comment-12898</guid>
		<description><![CDATA[@SeanJA - here I don&#039;t cover the database escaping, but only HTML markup. However this doesn&#039;t kill my database!]]></description>
		<content:encoded><![CDATA[<p>@SeanJA &#8211; here I don&#8217;t cover the database escaping, but only HTML markup. However this doesn&#8217;t kill my database!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>/2010/04/20/how-to-sanitize-user-input-in-php/comment-page-1/#comment-12896</link>
		<dc:creator><![CDATA[SeanJA]]></dc:creator>
		<pubDate>Wed, 21 Apr 2010 02:39:07 +0000</pubDate>
		<guid isPermaLink="false">/?p=1461#comment-12896</guid>
		<description><![CDATA[How does this sanitze user input? They can still kill your database by entering &#039;; DROP TABLE users;]]></description>
		<content:encoded><![CDATA[<p>How does this sanitze user input? They can still kill your database by entering &#8216;; DROP TABLE users;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
