<?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: Converting your PHP app to MySQLi prepared statements</title>
	<atom:link href="http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/</link>
	<description>mostly useless crap from me</description>
	<lastBuildDate>Sat, 24 Jul 2010 11:56:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vanderaj</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21432</link>
		<dc:creator>vanderaj</dc:creator>
		<pubDate>Sun, 31 Jan 2010 03:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21432</guid>
		<description>MySQLi&#039;s fetch_array only works with results from the dangerous, unsafe at any speed, shoot yourself always mysqli_query(). Something we should all be avoiding.

It does *not* work for prepared statements. That&#039;s why there&#039;s workarounds like this:
http://php.net/manual/en/mysqli-stmt.fetch.php#82742</description>
		<content:encoded><![CDATA[<p>MySQLi&#8217;s fetch_array only works with results from the dangerous, unsafe at any speed, shoot yourself always mysqli_query(). Something we should all be avoiding.</p>
<p>It does *not* work for prepared statements. That&#8217;s why there&#8217;s workarounds like this:<br />
<a href="http://php.net/manual/en/mysqli-stmt.fetch.php#82742" rel="nofollow">http://php.net/manual/en/mysqli-stmt.fetch.php#82742</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pons</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21412</link>
		<dc:creator>Pons</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21412</guid>
		<description>fetch array exists:
http://www.php.net/manual/en/mysqli-result.fetch-array.php</description>
		<content:encoded><![CDATA[<p>fetch array exists:<br />
<a href="http://www.php.net/manual/en/mysqli-result.fetch-array.php" rel="nofollow">http://www.php.net/manual/en/mysqli-result.fetch-array.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Notable Tech Posts &#8211; 2010.01.10 &#124; The Life of Lew Ayotte</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21339</link>
		<dc:creator>Notable Tech Posts &#8211; 2010.01.10 &#124; The Life of Lew Ayotte</dc:creator>
		<pubDate>Mon, 11 Jan 2010 03:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21339</guid>
		<description>[...] Converting your PHP app to MySQLi prepared statements [...]</description>
		<content:encoded><![CDATA[<p>[...] Converting your PHP app to MySQLi prepared statements [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Zahariev</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21324</link>
		<dc:creator>Ivan Zahariev</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21324</guid>
		<description>I myself tend to always use MySQL prepared statements because of the security they provide against SQL injections. Note however, that before MySQL 5.1.17, prepared statements do not use the query cache (http://dev.mysql.com/doc/refman/5.1/en/query-cache-operation.html).

PDO is another good alternative for PHP+prepared statements (http://php.net/manual/en/book.pdo.php).</description>
		<content:encoded><![CDATA[<p>I myself tend to always use MySQL prepared statements because of the security they provide against SQL injections. Note however, that before MySQL 5.1.17, prepared statements do not use the query cache (<a href="http://dev.mysql.com/doc/refman/5.1/en/query-cache-operation.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/query-cache-operation.html</a>).</p>
<p>PDO is another good alternative for PHP+prepared statements (<a href="http://php.net/manual/en/book.pdo.php" rel="nofollow">http://php.net/manual/en/book.pdo.php</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greebo.net: Converting your PHP app to MySQLi prepared statements &#124; Webs Developer</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21314</link>
		<dc:creator>Greebo.net: Converting your PHP app to MySQLi prepared statements &#124; Webs Developer</dc:creator>
		<pubDate>Mon, 04 Jan 2010 20:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21314</guid>
		<description>[...] Greebo.net there&#8217;s a recent post that looks at converting the current database functionality in your application over to the MySQLi [...]</description>
		<content:encoded><![CDATA[<p>[...] Greebo.net there&#8217;s a recent post that looks at converting the current database functionality in your application over to the MySQLi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari K T</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21313</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Mon, 04 Jan 2010 06:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21313</guid>
		<description>I think many of the sites are already running in PHP5. I have also found some are still sticking on PHP4 , may be because they don&#039;t worry about security :) .

You can use mysqli_fetch_assoc .</description>
		<content:encoded><![CDATA[<p>I think many of the sites are already running in PHP5. I have also found some are still sticking on PHP4 , may be because they don&#8217;t worry about security <img src='http://www.greebo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>You can use mysqli_fetch_assoc .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rockefeller</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21310</link>
		<dc:creator>John Rockefeller</dc:creator>
		<pubDate>Mon, 04 Jan 2010 05:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21310</guid>
		<description>Great article. I&#039;m looking forward to the next one about PDO. It&#039;s surprising how many websites are not XSS or injection secure :(</description>
		<content:encoded><![CDATA[<p>Great article. I&#8217;m looking forward to the next one about PDO. It&#8217;s surprising how many websites are not XSS or injection secure <img src='http://www.greebo.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://www.greebo.net/2010/01/02/converting-your-php-app-to-mysqli-prepared-statements/comment-page-1/#comment-21309</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Mon, 04 Jan 2010 04:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.greebo.net/?p=495#comment-21309</guid>
		<description>&lt;strong&gt;Converting your PHP app to MySQLi prepared statements &#124; cat slave diary...&lt;/strong&gt;

Okay, you’ve got like a zillion SQL queries in your PHP app, and probably 95% of them have a WHERE clause, and you need to make them safe so people will still download and use your app. Because if you don’t fix your injection issues, I will rain fire o...</description>
		<content:encoded><![CDATA[<p><strong>Converting your PHP app to MySQLi prepared statements | cat slave diary&#8230;</strong></p>
<p>Okay, you’ve got like a zillion SQL queries in your PHP app, and probably 95% of them have a WHERE clause, and you need to make them safe so people will still download and use your app. Because if you don’t fix your injection issues, I will rain fire o&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
