<?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: Diving into PHP: Day 3</title>
	<atom:link href="http://blog.themeforest.net/screencasts/diving-into-php-day-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/</link>
	<description>The ThemeForest Blog</description>
	<lastBuildDate>Mon, 27 Sep 2010 19:49:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mars</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-22762</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Fri, 04 Sep 2009 12:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-22762</guid>
		<description>think you should have noted not to use PRINT instead of ECHO.
I remember from the first video, you mention print and echo. That there is no real difference...
Well I used PRINT instead of echo, just to keeps things similar flow.
It took me 10 min to figure out why &quot;myVariable&quot; was being shown instead of the value given to it in page3.php</description>
		<content:encoded><![CDATA[<p>think you should have noted not to use PRINT instead of ECHO.<br />
I remember from the first video, you mention print and echo. That there is no real difference&#8230;<br />
Well I used PRINT instead of echo, just to keeps things similar flow.<br />
It took me 10 min to figure out why &#8220;myVariable&#8221; was being shown instead of the value given to it in page3.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Towel</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-22380</link>
		<dc:creator>Towel</dc:creator>
		<pubDate>Tue, 01 Sep 2009 01:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-22380</guid>
		<description>For some odd reason, my version is not working. I have gone through and compared my version, which is identical to Jeff&#039;s. I put Jeff&#039;s version on my site (not working on localhost because WAMP wasn&#039;t working, figured since my (mt) website had PHP i would use that) in the same folder, and it worked. My doesn&#039;t though. I checked period for period, semi-colon for semi-colon, all the same.

If anyone could help that would be amazing.</description>
		<content:encoded><![CDATA[<p>For some odd reason, my version is not working. I have gone through and compared my version, which is identical to Jeff&#8217;s. I put Jeff&#8217;s version on my site (not working on localhost because WAMP wasn&#8217;t working, figured since my (mt) website had PHP i would use that) in the same folder, and it worked. My doesn&#8217;t though. I checked period for period, semi-colon for semi-colon, all the same.</p>
<p>If anyone could help that would be amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-21367</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-21367</guid>
		<description>Nevermind, it works already. Thanks.</description>
		<content:encoded><![CDATA[<p>Nevermind, it works already. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-21366</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 23 Aug 2009 00:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-21366</guid>
		<description>I can&#039;t seem to play the video on Day 3. Is there a way to fix this? Thank you.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to play the video on Day 3. Is there a way to fix this? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-20609</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Sat, 15 Aug 2009 19:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-20609</guid>
		<description>@Jason - Just by quickly reading your comment I&#039;m guessing you didnt concatenate in the second example.  When using single quotes you have to do what is called concatenating.  If you don&#039;t, php will view $myVariable as what you want the browser to actually display.  If you concatenate the variable the php will realize its a variable and replace the variable with its value.  Check out day 2, Jeff goes over it better than you will ever have it explained in your life.</description>
		<content:encoded><![CDATA[<p>@Jason &#8211; Just by quickly reading your comment I&#8217;m guessing you didnt concatenate in the second example.  When using single quotes you have to do what is called concatenating.  If you don&#8217;t, php will view $myVariable as what you want the browser to actually display.  If you concatenate the variable the php will realize its a variable and replace the variable with its value.  Check out day 2, Jeff goes over it better than you will ever have it explained in your life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seointexas</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-19122</link>
		<dc:creator>seointexas</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-19122</guid>
		<description>Great again!!</description>
		<content:encoded><![CDATA[<p>Great again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike carey</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-19056</link>
		<dc:creator>mike carey</dc:creator>
		<pubDate>Tue, 04 Aug 2009 08:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-19056</guid>
		<description>Jeffrey- these (and your other screencasts) are awesome- well presented and you have a teacher&#039;s gift !

Is there a way you can link the episodes together- so when you post $5, there is a link on #4 to get you to #5 ?  (or is there already there and I am just missing it ?)

thank you for your wonderful work.</description>
		<content:encoded><![CDATA[<p>Jeffrey- these (and your other screencasts) are awesome- well presented and you have a teacher&#8217;s gift !</p>
<p>Is there a way you can link the episodes together- so when you post $5, there is a link on #4 to get you to #5 ?  (or is there already there and I am just missing it ?)</p>
<p>thank you for your wonderful work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-18189</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 28 Jul 2009 03:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-18189</guid>
		<description>Why does this make a difference:

echo &quot;&lt;a href=&#039;page2.php?myVariable=$myVariable&#039; rel=&quot;nofollow&quot;&gt;Got to page 2&lt;/a&gt;&quot;;

versus

echo &#039;&lt;a href=&quot;page2.php?myVariable=$myVariable&quot; rel=&quot;nofollow&quot;&gt;Got to page 2&lt;/a&gt;&#039;;

With the former everything works correctly and page 2 shows Hello Joe but with the latter it shows Hello $myVariable

I&#039;m not sure I understand why it works that way. . .</description>
		<content:encoded><![CDATA[<p>Why does this make a difference:</p>
<p>echo &#8220;<a href='page2.php?myVariable=$myVariable' rel="nofollow">Got to page 2</a>&#8220;;</p>
<p>versus</p>
<p>echo &#8216;<a href="page2.php?myVariable=$myVariable" rel="nofollow">Got to page 2</a>&#8216;;</p>
<p>With the former everything works correctly and page 2 shows Hello Joe but with the latter it shows Hello $myVariable</p>
<p>I&#8217;m not sure I understand why it works that way. . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bl0ckHead</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-12987</link>
		<dc:creator>Bl0ckHead</dc:creator>
		<pubDate>Mon, 08 Jun 2009 23:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-12987</guid>
		<description>was curious about how to implement the variable from day2 into day3. where it could use the if else statement and spit out Your name is Jeff, yourName or Your name is not Jeff, yourName

great job BTW and thank you

Bl0ckHead</description>
		<content:encoded><![CDATA[<p>was curious about how to implement the variable from day2 into day3. where it could use the if else statement and spit out Your name is Jeff, yourName or Your name is not Jeff, yourName</p>
<p>great job BTW and thank you</p>
<p>Bl0ckHead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-3/comment-page-2/#comment-12183</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1143#comment-12183</guid>
		<description>Solved it!


The get string had some capital letters that i had missed, when ik typed the GET statement EXACTLY as in the index.php form it worked like a charm!

Hope this solves the problems of others too!</description>
		<content:encoded><![CDATA[<p>Solved it!</p>
<p>The get string had some capital letters that i had missed, when ik typed the GET statement EXACTLY as in the index.php form it worked like a charm!</p>
<p>Hope this solves the problems of others too!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
