<?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: Secure Your Inputs</title>
	<atom:link href="http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:17:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11963</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 22 Nov 2007 11:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11963</guid>
		<description>That&#039;s what my escapeString function uses. Checks if magic quotes are on, if so undoes their work then uses the mysql_real_escape_string to secure the input.

But using the array method whenever possible covers both security and potentially cuts down on spam too.</description>
		<content:encoded><![CDATA[<p>That&#039;s what my escapeString function uses. Checks if magic quotes are on, if so undoes their work then uses the mysql_real_escape_string to secure the input.</p>
<p>But using the array method whenever possible covers both security and potentially cuts down on spam too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ses5909</title>
		<link>http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11962</link>
		<dc:creator>ses5909</dc:creator>
		<pubDate>Thu, 22 Nov 2007 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11962</guid>
		<description>It&#039;s definitely very important. I typically use the &quot;mysql_real_escape_string&quot; function and there is a similar function for postgres as well.</description>
		<content:encoded><![CDATA[<p>It&#039;s definitely very important. I typically use the &#034;mysql_real_escape_string&#034; function and there is a similar function for postgres as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11929</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 21 Nov 2007 12:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11929</guid>
		<description>I don&#039;t think the beginner books tend to which is a shame as a short chapter on basic security is a must really.

As a side note, I did forget to mention that anyone interested in security should also look at the &lt;a href=&quot;http://www.stuffbysarah.net/amazon.php?id=0973862106&quot;&gt;Php&#124;architect’s Guide to PHP Security&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#039;t think the beginner books tend to which is a shame as a short chapter on basic security is a must really.</p>
<p>As a side note, I did forget to mention that anyone interested in security should also look at the <a href="http://www.stuffbysarah.net/amazon.php?id=0973862106" class="internal">Php|architect’s Guide to PHP Security</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11928</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 21 Nov 2007 12:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/11/21/secure-your-inputs/#comment-11928</guid>
		<description>That&#039;s good advice Sarah. 

My learning process was similar, the book I used didn&#039;t have much to say about validation either.</description>
		<content:encoded><![CDATA[<p>That&#039;s good advice Sarah. </p>
<p>My learning process was similar, the book I used didn&#039;t have much to say about validation either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
