<?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 Essential Training</title>
	<atom:link href="http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/</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: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-2359</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Sun, 24 Jan 2010 13:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-2359</guid>
		<description>@Jelle: It is largely a matter of style and personal preference.  I tend to use include files when it is mostly HTML and functions when it is mostly PHP or has variables that require processing.  And sometimes I start with an include file and then decide a function would work better, or vice versa.</description>
		<content:encoded><![CDATA[<p>@Jelle: It is largely a matter of style and personal preference.  I tend to use include files when it is mostly HTML and functions when it is mostly PHP or has variables that require processing.  And sometimes I start with an include file and then decide a function would work better, or vice versa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jelle</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-2357</link>
		<dc:creator>Jelle</dc:creator>
		<pubDate>Sun, 24 Jan 2010 12:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-2357</guid>
		<description>Awesome tutorial. Almost finished it. Thanks! I have a general question. In the video you sometimes include a bit of php+html and sometimes you use a function not to repeat your self.

I was wondering when to use an include-file and when to use a function?</description>
		<content:encoded><![CDATA[<p>Awesome tutorial. Almost finished it. Thanks! I have a general question. In the video you sometimes include a bit of php+html and sometimes you use a function not to repeat your self.</p>
<p>I was wondering when to use an include-file and when to use a function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Scullion</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1282</link>
		<dc:creator>Steve Scullion</dc:creator>
		<pubDate>Wed, 17 Sep 2008 16:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1282</guid>
		<description>Sorry Kevin, I just loaded a new version of your tutorial from lynda.</description>
		<content:encoded><![CDATA[<p>Sorry Kevin, I just loaded a new version of your tutorial from lynda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Scullion</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1281</link>
		<dc:creator>Steve Scullion</dc:creator>
		<pubDate>Wed, 17 Sep 2008 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1281</guid>
		<description>Hi Kevin, I&#039;m going through your tutorial at the Lynda.com site. I have a question, I&#039;m sure I must have missed something. In the setting cookies video you place your setcookie function in the body of the html. When I do this I receive an error about the header. Do I have to config my php.ini file so this won&#039;t happen?

Thanks
Steve</description>
		<content:encoded><![CDATA[<p>Hi Kevin, I&#8217;m going through your tutorial at the Lynda.com site. I have a question, I&#8217;m sure I must have missed something. In the setting cookies video you place your setcookie function in the body of the html. When I do this I receive an error about the header. Do I have to config my php.ini file so this won&#8217;t happen?</p>
<p>Thanks<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1252</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1252</guid>
		<description>@Rob:  Thanks!  I&#039;m developing a sequel to this training now.  It won&#039;t be MySQL focused but it should help sharpen your skills.  I don&#039;t know of a &quot;pure MySQL&quot; training to recommend.  I&#039;d love to eventually do a title dedicated to MySQL, but I have to find the time first.

Also, before you purchase the disc, you might want to wait just a week or two.  There is a revised version on its way with a few clarifications and bug fixes here and there as well as updated Mac installation instructions.</description>
		<content:encoded><![CDATA[<p>@Rob:  Thanks!  I&#8217;m developing a sequel to this training now.  It won&#8217;t be MySQL focused but it should help sharpen your skills.  I don&#8217;t know of a &#8220;pure MySQL&#8221; training to recommend.  I&#8217;d love to eventually do a title dedicated to MySQL, but I have to find the time first.</p>
<p>Also, before you purchase the disc, you might want to wait just a week or two.  There is a revised version on its way with a few clarifications and bug fixes here and there as well as updated Mac installation instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Emenecker</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1251</link>
		<dc:creator>Rob Emenecker</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1251</guid>
		<description>Kevin,

Thank you for such a wonderful product! I&#039;m a web developer, that usually outsources PHP/MySQL portions of web sites -- beyond the basic &quot;includes&quot; and &quot;requires&quot;. I&#039;ve been wanting to do more of the work first-hand, and your training videos fit the bill perfectly. 

I have a solid background in JavaScript, Flash (ActionScript 1 and 2), and Director (Ugh! Lingo!), as well as solid experience with X/HTML and CSS. I&#039;ve wanted to focus on a single server-side language and chose PHP. Your videos got me up to speed very quickly.

My one question -- assuming you read all of these comments -- is I&#039;m wondering what would be the next logical &quot;learning tool&quot; for expanding the MySQL foundation that you set in your video series. The forums on the MySQL official site are helpful, but I am interested in a hands on tutorial -- regardless of whether it is web, video, or print. Suggestions?

Again, thank you for an excellent product. I&#039;m seriously considering purchasing the disc version to have on hand as an in-house training tool.

Best regards,
Rob</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>Thank you for such a wonderful product! I&#8217;m a web developer, that usually outsources PHP/MySQL portions of web sites &#8212; beyond the basic &#8220;includes&#8221; and &#8220;requires&#8221;. I&#8217;ve been wanting to do more of the work first-hand, and your training videos fit the bill perfectly. </p>
<p>I have a solid background in JavaScript, Flash (ActionScript 1 and 2), and Director (Ugh! Lingo!), as well as solid experience with X/HTML and CSS. I&#8217;ve wanted to focus on a single server-side language and chose PHP. Your videos got me up to speed very quickly.</p>
<p>My one question &#8212; assuming you read all of these comments &#8212; is I&#8217;m wondering what would be the next logical &#8220;learning tool&#8221; for expanding the MySQL foundation that you set in your video series. The forums on the MySQL official site are helpful, but I am interested in a hands on tutorial &#8212; regardless of whether it is web, video, or print. Suggestions?</p>
<p>Again, thank you for an excellent product. I&#8217;m seriously considering purchasing the disc version to have on hand as an in-house training tool.</p>
<p>Best regards,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james russell</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1216</link>
		<dc:creator>james russell</dc:creator>
		<pubDate>Wed, 23 Jul 2008 08:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1216</guid>
		<description>fantastic training i am a graphic designer and have wanted to break into web design and development and have found you tutorials like a bible for it. Thanks for a complete explanation of php and mysql definatly the best trianer on lynda.</description>
		<content:encoded><![CDATA[<p>fantastic training i am a graphic designer and have wanted to break into web design and development and have found you tutorials like a bible for it. Thanks for a complete explanation of php and mysql definatly the best trianer on lynda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1203</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 08 Jul 2008 15:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1203</guid>
		<description>agreed.  Kevin, you did a great job.  After reviewing several books, I always come back to your videos for help.</description>
		<content:encoded><![CDATA[<p>agreed.  Kevin, you did a great job.  After reviewing several books, I always come back to your videos for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanvir</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-1080</link>
		<dc:creator>Tanvir</dc:creator>
		<pubDate>Wed, 26 Mar 2008 06:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-1080</guid>
		<description>I can&#039;t thank you more for your tutorial of &quot;PHP with MySQL Essential Training&quot;. You are one of the best trainer at lynda.com.
Thank you very much for your effort and teaching techniques.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t thank you more for your tutorial of &#8220;PHP with MySQL Essential Training&#8221;. You are one of the best trainer at lynda.com.<br />
Thank you very much for your effort and teaching techniques.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Null is Love &#187; Blog Archive &#187; PHP with MySQL Essential Training on CD-ROM</title>
		<link>http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/comment-page-1/#comment-481</link>
		<dc:creator>Null is Love &#187; Blog Archive &#187; PHP with MySQL Essential Training on CD-ROM</dc:creator>
		<pubDate>Fri, 24 Aug 2007 14:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/03/php-with-mysql-essential-training/#comment-481</guid>
		<description>[...] already announced the online release of PHP with MySQL Essential Training. I&#8217;m really happy that it&#8217;s been getting tons positive user feedback. It seems to be [...]</description>
		<content:encoded><![CDATA[<p>[...] already announced the online release of PHP with MySQL Essential Training. I&#8217;m really happy that it&#8217;s been getting tons positive user feedback. It seems to be [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

