<?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: PHP MySQL Web Development Security Tips &#8211; 14 tips you should know when developing with PHP and MySQL</title>
	<atom:link href="http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 04:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: programowanie aplikacji</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-1161</link>
		<dc:creator>programowanie aplikacji</dc:creator>
		<pubDate>Wed, 23 Jun 2010 08:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-1161</guid>
		<description>Good article, im using almost all of that tips !</description>
		<content:encoded><![CDATA[<p>Good article, im using almost all of that tips !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-1056</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 25 May 2010 14:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-1056</guid>
		<description>Point 4 is not actually true. Whilst the semi-colon is not escaped, the single quotes will force it to acted on as a string and mysql_real_escape_string will escape any single quotes inbetween so therefore the extra statement would not be enacted upon. If I ran that statement without mysql_real_escape_string it would still behave as a string and cause no issue so you would have to remove the apostrophes in order for the query to be parsed. Therefore intval is for the most unnecessary in this case, unless you wanted to be accurate (or allow bad data to flow through but be filtered)</description>
		<content:encoded><![CDATA[<p>Point 4 is not actually true. Whilst the semi-colon is not escaped, the single quotes will force it to acted on as a string and mysql_real_escape_string will escape any single quotes inbetween so therefore the extra statement would not be enacted upon. If I ran that statement without mysql_real_escape_string it would still behave as a string and cause no issue so you would have to remove the apostrophes in order for the query to be parsed. Therefore intval is for the most unnecessary in this case, unless you wanted to be accurate (or allow bad data to flow through but be filtered)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-952</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Tue, 27 Apr 2010 19:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-952</guid>
		<description>Etdashou, you won&#039;t put it in your bio but a malicious user could put it in his/her comment or post... Does that make sense?</description>
		<content:encoded><![CDATA[<p>Etdashou, you won&#8217;t put it in your bio but a malicious user could put it in his/her comment or post&#8230; Does that make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etdashou</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-951</link>
		<dc:creator>Etdashou</dc:creator>
		<pubDate>Tue, 27 Apr 2010 14:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-951</guid>
		<description>Hello,

I really like your tips. However, I don&#039;t understand correctly your point 5...
Why would someone type &quot;alert(&#039;&#039;);&quot; in his bio.

I would love to understand correctly this point. All the other are ok with me!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I really like your tips. However, I don&#8217;t understand correctly your point 5&#8230;<br />
Why would someone type &#8220;alert(&#8221;);&#8221; in his bio.</p>
<p>I would love to understand correctly this point. All the other are ok with me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Luis</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-912</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-912</guid>
		<description>hi,
excellent tips, for example tip 8, I had it in mind. now dare not many privileges to the DB user.
thanks!!!</description>
		<content:encoded><![CDATA[<p>hi,<br />
excellent tips, for example tip 8, I had it in mind. now dare not many privileges to the DB user.<br />
thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishish</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-848</link>
		<dc:creator>Rishish</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-848</guid>
		<description>thanks :-) 
it&#039;s really good to know these precautions.</description>
		<content:encoded><![CDATA[<p>thanks <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
it&#8217;s really good to know these precautions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Article directory</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-803</link>
		<dc:creator>Article directory</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-803</guid>
		<description>Hi,

Thanks for your nice information...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your nice information&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: social network web development</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-711</link>
		<dc:creator>social network web development</dc:creator>
		<pubDate>Thu, 18 Mar 2010 13:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-711</guid>
		<description>This is an excellent and ingenious Bravo and thank you very much for sharing!</description>
		<content:encoded><![CDATA[<p>This is an excellent and ingenious Bravo and thank you very much for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dev</title>
		<link>http://codingrecipes.com/php-mysql-web-development-security-tips-14-tips-you-should-know-when-developing-with-php-and-mysql/comment-page-1#comment-463</link>
		<dc:creator>dev</dc:creator>
		<pubDate>Tue, 23 Feb 2010 17:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=787#comment-463</guid>
		<description>Hey

This is nice for everyone.

Dev</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>This is nice for everyone.</p>
<p>Dev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
