<?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 on CD-ROM</title>
	<atom:link href="http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/</link>
	<description>Code for Coders</description>
	<pubDate>Sat, 31 Jul 2010 03:38:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh White</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2370</link>
		<dc:creator>Josh White</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2370</guid>
		<description>The books I was using had me baffled before I even installed Apache.  With your videos I've already started designing an elaborate site with php and mysql.  I've never done any programming before, and I'm self-taught in html and css; nevertheless, I've been able to follow your instructions without any major problems.  It takes several viewings to figure out exactly what is going on, and sometimes I get frustrated by my inability to comprehend exactly what happening with each statement in a loop.  But I've been diligent, and after every few videos I delete all the code and write it from scratch, talking my way aloud through each little bit.  "And I'm setting the query equal to a variable named 'subject_set' which is an array, and then I'm sorting through the array and setting each entry equal to a variable named 'subject'..."  You just did some refactoring on the "Find Pages" video and I'm lost again, but I'm confident that I'll understand what you did soon enough.

So thanks.  Your videos are awesome.  If they can teach me, a former English major with no prior training, how to create an entire CRUD, then they'll work for anyone.</description>
		<content:encoded><![CDATA[<p>The books I was using had me baffled before I even installed Apache.  With your videos I&#8217;ve already started designing an elaborate site with php and mysql.  I&#8217;ve never done any programming before, and I&#8217;m self-taught in html and css; nevertheless, I&#8217;ve been able to follow your instructions without any major problems.  It takes several viewings to figure out exactly what is going on, and sometimes I get frustrated by my inability to comprehend exactly what happening with each statement in a loop.  But I&#8217;ve been diligent, and after every few videos I delete all the code and write it from scratch, talking my way aloud through each little bit.  &#8220;And I&#8217;m setting the query equal to a variable named &#8217;subject_set&#8217; which is an array, and then I&#8217;m sorting through the array and setting each entry equal to a variable named &#8217;subject&#8217;&#8230;&#8221;  You just did some refactoring on the &#8220;Find Pages&#8221; video and I&#8217;m lost again, but I&#8217;m confident that I&#8217;ll understand what you did soon enough.</p>
<p>So thanks.  Your videos are awesome.  If they can teach me, a former English major with no prior training, how to create an entire CRUD, then they&#8217;ll work for anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaysone</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2261</link>
		<dc:creator>Jaysone</dc:creator>
		<pubDate>Sat, 01 Aug 2009 05:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2261</guid>
		<description>Haha..i've been trying to insert whatever html markup i could find. I tried  as well..selected the position and visibility to show..and when i hit add subject..still doesn't break..anyway..i've built widget corp using XHTML and CSS from the start..i'm going to use strip_tags() to ensure that no one can insert html tags. Thanks again :)</description>
		<content:encoded><![CDATA[<p>Haha..i&#8217;ve been trying to insert whatever html markup i could find. I tried  as well..selected the position and visibility to show..and when i hit add subject..still doesn&#8217;t break..anyway..i&#8217;ve built widget corp using XHTML and CSS from the start..i&#8217;m going to use strip_tags() to ensure that no one can insert html tags. Thanks again <img src='http://www.nullislove.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2257</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2257</guid>
		<description>@Jaysone: Not all HTML would break it but I'm sure some would.  Take a look at the source for the page and you can probably think of how.  For example,

[cc lang="html"]&lt;div&gt;&lt;/div&gt;[/cc]

might not break anything where

[cc lang="html"]&lt;/div&gt;[/cc]

might.</description>
		<content:encoded><![CDATA[<p>@Jaysone: Not all HTML would break it but I&#8217;m sure some would.  Take a look at the source for the page and you can probably think of how.  For example,</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;width:620px"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="sc2">&lt;<span class="kw2">div</span>&gt;&lt;<span class="sy0">/</span><span class="kw2">div</span>&gt;</span></div></td></tr></tbody></table></div>
<p>might not break anything where</p>
<div class="codecolorer-container html4strict vibrant" style="overflow:auto;white-space:nowrap;width:620px"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="sc2">&lt;<span class="sy0">/</span><span class="kw2">div</span>&gt;</span></div></td></tr></tbody></table></div>
<p>might.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaysone</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2256</link>
		<dc:creator>Jaysone</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2256</guid>
		<description>Hi Kevin, I can't stop thanking you enough for your php lessons. My php journey wouldn't have taken off if i had not met someone who's so passionate in teaching as you. I'm in chapter 13, building the form to edit the subjects..i'm curious about something..i've been trying to break our application by inserting html markup like &lt;b&gt;&lt;/b&gt; in the field to insert menu_name in our add subject form and i cant break it..i don't remember us using any striptags() functions when we're building our form functions..how is this possible..

Thank you again,
Regards,
Jaysone</description>
		<content:encoded><![CDATA[<p>Hi Kevin, I can&#8217;t stop thanking you enough for your php lessons. My php journey wouldn&#8217;t have taken off if i had not met someone who&#8217;s so passionate in teaching as you. I&#8217;m in chapter 13, building the form to edit the subjects..i&#8217;m curious about something..i&#8217;ve been trying to break our application by inserting html markup like <b></b> in the field to insert menu_name in our add subject form and i cant break it..i don&#8217;t remember us using any striptags() functions when we&#8217;re building our form functions..how is this possible..</p>
<p>Thank you again,<br />
Regards,<br />
Jaysone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Walsh</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2225</link>
		<dc:creator>John Walsh</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2225</guid>
		<description>Kevin, yes the WAMP forums provided a 'great work around' to solve the problem, but I still don't have a clue why the simple UPDATE query did not work in the MySQL Console.  I just moved into a Vista OS reluctantly and lost my old WAMP installer file,  the new WAMP is giving me hell!</description>
		<content:encoded><![CDATA[<p>Kevin, yes the WAMP forums provided a &#8216;great work around&#8217; to solve the problem, but I still don&#8217;t have a clue why the simple UPDATE query did not work in the MySQL Console.  I just moved into a Vista OS reluctantly and lost my old WAMP installer file,  the new WAMP is giving me hell!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Skoglund</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2223</link>
		<dc:creator>Kevin Skoglund</dc:creator>
		<pubDate>Sat, 27 Jun 2009 20:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2223</guid>
		<description>As far as I know.  You will need to either try it or check the WAMP support forums.  I don't test out every release.</description>
		<content:encoded><![CDATA[<p>As far as I know.  You will need to either try it or check the WAMP support forums.  I don&#8217;t test out every release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Walsh</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-2222</link>
		<dc:creator>John Walsh</dc:creator>
		<pubDate>Fri, 26 Jun 2009 22:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-2222</guid>
		<description>Hi Kevin

Chap 3,  Configuring WAMP, will the SQL query you used to UPDATE the user root's Password in the MySQL Console still work with the latest release of WAMP (PHP 5.2.9-2, MySQL 5.1.33) on a Vista OS?</description>
		<content:encoded><![CDATA[<p>Hi Kevin</p>
<p>Chap 3,  Configuring WAMP, will the SQL query you used to UPDATE the user root&#8217;s Password in the MySQL Console still work with the latest release of WAMP (PHP 5.2.9-2, MySQL 5.1.33) on a Vista OS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-1339</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 28 Dec 2008 08:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-1339</guid>
		<description>I'm about to start chapter 11 on Lynda.com. Up intil now I've been interested in PHP a little but after studying this title I'm really excited about what I can do with PHP and MySQL. Big thanks, and if you have any other similar titles coming up in the future I look forward to them.</description>
		<content:encoded><![CDATA[<p>I&#8217;m about to start chapter 11 on Lynda.com. Up intil now I&#8217;ve been interested in PHP a little but after studying this title I&#8217;m really excited about what I can do with PHP and MySQL. Big thanks, and if you have any other similar titles coming up in the future I look forward to them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-1263</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-1263</guid>
		<description>Hi again

Have finished this title and can only say 'why have I not used PHP MySQL solutions before'. I just created 6 lines of PHP code that inputs 10's, 100's or even 1000's of lines of HTML based on a single variable.   

Thanks again Kevin

john</description>
		<content:encoded><![CDATA[<p>Hi again</p>
<p>Have finished this title and can only say &#8216;why have I not used PHP MySQL solutions before&#8217;. I just created 6 lines of PHP code that inputs 10&#8217;s, 100&#8217;s or even 1000&#8217;s of lines of HTML based on a single variable.   </p>
<p>Thanks again Kevin</p>
<p>john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.nullislove.com/2007/08/24/php-with-mysql-essential-training-on-cd-rom/comment-page-1/#comment-1245</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 13 Aug 2008 20:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nullislove.com/2007/07/12/php-with-mysql-essential-training-on-cd-rom/#comment-1245</guid>
		<description>Really enjoying this title,  I have not completed it yet but can already say that I have really learned valuable skills that I can apply to my web development projects.  

Thanks for the great introduction!</description>
		<content:encoded><![CDATA[<p>Really enjoying this title,  I have not completed it yet but can already say that I have really learned valuable skills that I can apply to my web development projects.  </p>
<p>Thanks for the great introduction!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
