<?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 with MySQL Beyond the Basics</title>
	<atom:link href="http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/</link>
	<description>Code for Coders</description>
	<lastBuildDate>Sat, 31 Dec 2011 17:28:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Juan Mendez</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2604</link>
		<dc:creator>Juan Mendez</dc:creator>
		<pubDate>Mon, 28 Nov 2011 23:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2604</guid>
		<description>i want to thank you for the wonderful tutorial related to advanced php at lynda.com. i just finished watching your last clip. this was a great learning. although it took me a little bit of time to do each chapter myself, but anyways, thanks :)</description>
		<content:encoded><![CDATA[<p>i want to thank you for the wonderful tutorial related to advanced php at lynda.com. i just finished watching your last clip. this was a great learning. although it took me a little bit of time to do each chapter myself, but anyways, thanks <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Yonis Mena</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2594</link>
		<dc:creator>Jose Yonis Mena</dc:creator>
		<pubDate>Wed, 12 Oct 2011 03:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2594</guid>
		<description>Hello! I would like to thank you for the great tutorials. I would also like to talk about something I’ve just learned from a test site I am developing based in part on your coding examples. I found out that mysql returns 0 rows affected when we try to update a record and the values we pass to the update method are the same values contained in the database table. It internally avoids writing to disk when there is no new data, something different from MS SQL Server 2008 for instance, that always writes to disk when we update no matter if there is no fresh or new data. I say this because the code you wrote returns true when the update method affects 1 row, and returns false when the update method affects 0 rows. 
Keep the good work,

(Writing you from El Salvador, in Central America).</description>
		<content:encoded><![CDATA[<p>Hello! I would like to thank you for the great tutorials. I would also like to talk about something I’ve just learned from a test site I am developing based in part on your coding examples. I found out that mysql returns 0 rows affected when we try to update a record and the values we pass to the update method are the same values contained in the database table. It internally avoids writing to disk when there is no new data, something different from MS SQL Server 2008 for instance, that always writes to disk when we update no matter if there is no fresh or new data. I say this because the code you wrote returns true when the update method affects 1 row, and returns false when the update method affects 0 rows.<br />
Keep the good work,</p>
<p>(Writing you from El Salvador, in Central America).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pessus01</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2572</link>
		<dc:creator>pessus01</dc:creator>
		<pubDate>Tue, 26 Jul 2011 04:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2572</guid>
		<description>OMG , don&#039;t even know what to say , you are the best of the best, i was struggling of learning code and just watch your tutorial and i&#039;m already doing great
Don&#039;t know where you learned how to teach but you have a UNIque way to teach 

thanks and we will keep buying your product</description>
		<content:encoded><![CDATA[<p>OMG , don&#8217;t even know what to say , you are the best of the best, i was struggling of learning code and just watch your tutorial and i&#8217;m already doing great<br />
Don&#8217;t know where you learned how to teach but you have a UNIque way to teach </p>
<p>thanks and we will keep buying your product</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Meher</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2571</link>
		<dc:creator>John Meher</dc:creator>
		<pubDate>Fri, 22 Jul 2011 15:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2571</guid>
		<description>Mr, Skoglund,

     I just want to say thank you. Your training videos are right to the point and I hope you come out with more in the near future! 


thank you,
John J. Meher Jr.</description>
		<content:encoded><![CDATA[<p>Mr, Skoglund,</p>
<p>     I just want to say thank you. Your training videos are right to the point and I hope you come out with more in the near future! </p>
<p>thank you,<br />
John J. Meher Jr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2514</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 17 Feb 2011 23:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2514</guid>
		<description>Hi there,

It really is great listening to your tutorials. I&#039;m just starting out as a software developer and they are helping me enormously. I have found any books on the subject to be very confusing and only useful as a reference once you already understand the concepts. I can&#039;t imagine a better resource than these videos. I always start off thinking &quot;wow, this is really easy&quot; and then you tie everything together all at once and I have to really slow down the pace at which I watch the movies so as to think carefully about what exactly is going on. Great vids though, I&#039;m half way through the intermediate ones.

Is there any chance you might bring out a third set for more advanced php? It will take me a wee while to digest your other videos but it would be nice to know there will be a sequel.

Oh and by the way, your voice is very soothing and without doubt the easiest to listen to out of all the video tutorials I&#039;ve listened to. Cheers!! Keep em coming!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>It really is great listening to your tutorials. I&#8217;m just starting out as a software developer and they are helping me enormously. I have found any books on the subject to be very confusing and only useful as a reference once you already understand the concepts. I can&#8217;t imagine a better resource than these videos. I always start off thinking &#8220;wow, this is really easy&#8221; and then you tie everything together all at once and I have to really slow down the pace at which I watch the movies so as to think carefully about what exactly is going on. Great vids though, I&#8217;m half way through the intermediate ones.</p>
<p>Is there any chance you might bring out a third set for more advanced php? It will take me a wee while to digest your other videos but it would be nice to know there will be a sequel.</p>
<p>Oh and by the way, your voice is very soothing and without doubt the easiest to listen to out of all the video tutorials I&#8217;ve listened to. Cheers!! Keep em coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan Dahal</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2447</link>
		<dc:creator>Roshan Dahal</dc:creator>
		<pubDate>Sun, 05 Sep 2010 16:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2447</guid>
		<description>Hi kevin,
First I like to say thanks alot for the such wonderful php video tutorial I have finished Basic and starting the php OOP it is great 
just wanna say thanks alot</description>
		<content:encoded><![CDATA[<p>Hi kevin,<br />
First I like to say thanks alot for the such wonderful php video tutorial I have finished Basic and starting the php OOP it is great<br />
just wanna say thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2392</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2392</guid>
		<description>Just in case anyone was wondering, changing ::self to ::static and using get_called_class() the way Kevin outlined in the last movie of chapter 6, works like a charm in PHP 5.3!</description>
		<content:encoded><![CDATA[<p>Just in case anyone was wondering, changing ::self to ::static and using get_called_class() the way Kevin outlined in the last movie of chapter 6, works like a charm in PHP 5.3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2358</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Sun, 24 Jan 2010 13:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2358</guid>
		<description>@Tony: 1) Redirect: Before a redirect to a login page, you would store their desired page in a session variable.  After login, you would retrieve it, clear the session variable and redirect them to the page they wanted. 2) Update: It is easiest to delete the whole photograph and re-upload it.  But if you want to update, the file upload is the same, the only difference is that you need to pull up the exisiting record and update that, rather than create a new record.  Everything else is the same.</description>
		<content:encoded><![CDATA[<p>@Tony: 1) Redirect: Before a redirect to a login page, you would store their desired page in a session variable.  After login, you would retrieve it, clear the session variable and redirect them to the page they wanted. 2) Update: It is easiest to delete the whole photograph and re-upload it.  But if you want to update, the file upload is the same, the only difference is that you need to pull up the exisiting record and update that, rather than create a new record.  Everything else is the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnathan Williamson</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2354</link>
		<dc:creator>Johnathan Williamson</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2354</guid>
		<description>Just wanted to drop a very quick &#039;thank you&#039; for this video tutorial set, and your earlier PHP one.

Both are excellent and I&#039;m thoroughly enjoying the second set :)

Regards,
Johnathan</description>
		<content:encoded><![CDATA[<p>Just wanted to drop a very quick &#8216;thank you&#8217; for this video tutorial set, and your earlier PHP one.</p>
<p>Both are excellent and I&#8217;m thoroughly enjoying the second set <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Johnathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Willis</title>
		<link>http://www.nullislove.com/2009/03/26/php-with-mysql-beyond-the-basics/comment-page-1/#comment-2353</link>
		<dc:creator>Steve Willis</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/?p=300#comment-2353</guid>
		<description>Started your PHP Essentials course on lynda.com and discovered an issue you might want to include in the configuration section of the course.

Under Leopard and on systems that have had Snow Leopard installed on top of a previous Leopard install, there is a known issue regarding a 403 Forbidden error that occurs when you enter http://localhost/~username into Safari.

The technical article is at http://support.apple.com/kb/TA25038?viewlocale=en_US

Thanks!

Steve</description>
		<content:encoded><![CDATA[<p>Started your PHP Essentials course on lynda.com and discovered an issue you might want to include in the configuration section of the course.</p>
<p>Under Leopard and on systems that have had Snow Leopard installed on top of a previous Leopard install, there is a known issue regarding a 403 Forbidden error that occurs when you enter <a href="http://localhost/~username" rel="nofollow">http://localhost/~username</a> into Safari.</p>
<p>The technical article is at <a href="http://support.apple.com/kb/TA25038?viewlocale=en_US" rel="nofollow">http://support.apple.com/kb/TA25038?viewlocale=en_US</a></p>
<p>Thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

