<?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: CRUD With Prepared Statements: New Premium Tutorial</title>
	<atom:link href="http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Mon, 22 Mar 2010 14:09:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: easy</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-110926</link>
		<dc:creator>easy</dc:creator>
		<pubDate>Thu, 24 Sep 2009 10:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-110926</guid>
		<description>may i download this zip file please please :)</description>
		<content:encoded><![CDATA[<p>may i download this zip file please please <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jusko</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-88456</link>
		<dc:creator>Jusko</dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-88456</guid>
		<description>And how to bind_result from 2 or 3 tables? Is it possible or is there another method?

Thanks</description>
		<content:encoded><![CDATA[<p>And how to bind_result from 2 or 3 tables? Is it possible or is there another method?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules Manson</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-88413</link>
		<dc:creator>Jules Manson</dc:creator>
		<pubDate>Thu, 06 Aug 2009 16:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-88413</guid>
		<description>I have a better idea. This tutorial should be on hbo or showtime! Great tutorial Jeffrey. I always learn something off your videos.

period.</description>
		<content:encoded><![CDATA[<p>I have a better idea. This tutorial should be on hbo or showtime! Great tutorial Jeffrey. I always learn something off your videos.</p>
<p>period.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-79242</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 13 Jul 2009 06:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-79242</guid>
		<description>Jeff, or whoever can help. 
When you call execute on bind_result, its throwing an error:
&quot;Call to a member function bind_result() on a non-object.&quot;
bind_param works fine though. 
I even tried wrapping it in an &quot;if&quot; statement but couldn&#039;t get that to work either.
Anyone?

Code:
$stmt = $mysql-&gt;prepare(&#039;SELECT  stuff, stuff2  FROM table&#039;);
$stmt-&gt;execute();
$stmt-&gt;bind_result($variable, $variable);</description>
		<content:encoded><![CDATA[<p>Jeff, or whoever can help.<br />
When you call execute on bind_result, its throwing an error:<br />
&#8220;Call to a member function bind_result() on a non-object.&#8221;<br />
bind_param works fine though.<br />
I even tried wrapping it in an &#8220;if&#8221; statement but couldn&#8217;t get that to work either.<br />
Anyone?</p>
<p>Code:<br />
$stmt = $mysql-&gt;prepare(&#8216;SELECT  stuff, stuff2  FROM table&#8217;);<br />
$stmt-&gt;execute();<br />
$stmt-&gt;bind_result($variable, $variable);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakot</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-72522</link>
		<dc:creator>Jakot</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-72522</guid>
		<description>Yes, I like the idea too</description>
		<content:encoded><![CDATA[<p>Yes, I like the idea too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-71382</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 12 Jun 2009 21:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-71382</guid>
		<description>Hi Jeff,

Please dive into pagination using your prepared statements. I have tried to implemet this using other tuts i found around the web. But i think these were simply not safe or use out of date techniques...

Thanks again for your help so far!

Ray</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Please dive into pagination using your prepared statements. I have tried to implemet this using other tuts i found around the web. But i think these were simply not safe or use out of date techniques&#8230;</p>
<p>Thanks again for your help so far!</p>
<p>Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wade</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-71205</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-71205</guid>
		<description>Hey Jeff,

Thanks for the tutorial, Im a bit stuck now that I am all hooked on doing it the &#039;new way&#039;. 2 questions:

1 - how do we retrieve the number of rows like COUNT and;
2 - can we utilise mysqli / oop to do pagination?

Perhaps this could be your next tutorial as most dbs these days have records over 30+ minimum.

Anyway thanks for all the great tutorials so far they have really helped out.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Jeff,</p>
<p>Thanks for the tutorial, Im a bit stuck now that I am all hooked on doing it the &#8216;new way&#8217;. 2 questions:</p>
<p>1 &#8211; how do we retrieve the number of rows like COUNT and;<br />
2 &#8211; can we utilise mysqli / oop to do pagination?</p>
<p>Perhaps this could be your next tutorial as most dbs these days have records over 30+ minimum.</p>
<p>Anyway thanks for all the great tutorials so far they have really helped out.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-70292</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 08 Jun 2009 17:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-70292</guid>
		<description>Does anybody have a link to a good tutorial which handles MySql extraction which shows a set amount of results followed by links to the other results?

E.g. 

10 results (posts)

Results (links): 11-20   21-30  31-40 etc.</description>
		<content:encoded><![CDATA[<p>Does anybody have a link to a good tutorial which handles MySql extraction which shows a set amount of results followed by links to the other results?</p>
<p>E.g. </p>
<p>10 results (posts)</p>
<p>Results (links): 11-20   21-30  31-40 etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-70112</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Sun, 07 Jun 2009 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-70112</guid>
		<description>Allright, so... where can I file a complaint against tutsplus?

I was just about to get started with learning about MySQLi or PDO, so obviously I just had to check this out. Now you made me buy a netplus membership!

But seriously, great free content and I&#039;m sure the plus content will be worth it. 
*Starting the screencast video.</description>
		<content:encoded><![CDATA[<p>Allright, so&#8230; where can I file a complaint against tutsplus?</p>
<p>I was just about to get started with learning about MySQLi or PDO, so obviously I just had to check this out. Now you made me buy a netplus membership!</p>
<p>But seriously, great free content and I&#8217;m sure the plus content will be worth it.<br />
*Starting the screencast video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://net.tutsplus.com/articles/news/crud-with-php-prepared-statements-new-plus-tutorial/comment-page-1/#comment-70071</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sun, 07 Jun 2009 15:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5259#comment-70071</guid>
		<description>I just found out how to do this, i&#039;ll share it with you guys:

$stmt = $mysql-&gt;prepare(&#039;SELECT id,name,club,contents,datetimecreated FROM guestbook ORDER BY datetimecreated DESC&#039;);

I added a field &#039;TIMESTAMP&#039; in MySql and ordered it on this field, ensuring it shows the last post first. I recon ordering it on the ID field will have the same effect.

Regards!</description>
		<content:encoded><![CDATA[<p>I just found out how to do this, i&#8217;ll share it with you guys:</p>
<p>$stmt = $mysql-&gt;prepare(&#8216;SELECT id,name,club,contents,datetimecreated FROM guestbook ORDER BY datetimecreated DESC&#8217;);</p>
<p>I added a field &#8216;TIMESTAMP&#8217; in MySql and ordered it on this field, ensuring it shows the last post first. I recon ordering it on the ID field will have the same effect.</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.090 seconds -->
