<?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 2</title>
	<atom:link href="http://blog.themeforest.net/screencasts/diving-into-php-day-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/</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: seointexas</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-19119</link>
		<dc:creator>seointexas</dc:creator>
		<pubDate>Tue, 04 Aug 2009 18:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-19119</guid>
		<description>This is very thorough for someone looking to learn php. I think you are a great teacher and should keep going.</description>
		<content:encoded><![CDATA[<p>This is very thorough for someone looking to learn php. I think you are a great teacher and should keep going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvie</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-18923</link>
		<dc:creator>Arvie</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-18923</guid>
		<description>how to download the videos?</description>
		<content:encoded><![CDATA[<p>how to download the videos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-17963</link>
		<dc:creator>Ole</dc:creator>
		<pubDate>Sat, 25 Jul 2009 22:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-17963</guid>
		<description>@Daniel Balfour: No, that would just echo out &quot;Hello, {$myVariable}&quot;

&lt;?php
	$myVariable = &#039;Ole&#039;;
	
	echo &#039;Hello, {$myVariable}&#039;;
	echo &quot;Hello, {$myVariable}&quot;;
	
	if ($myVariable == &#039;Ole&#039;) {
		print &#039;Your name is Ole!&#039;;
	} else {
		print &quot;Your name is not Ole!&quot;;
	}
?&gt;

Result:
Hello, {$myVariable}
Hello, Ole
Your name is Ole!</description>
		<content:encoded><![CDATA[<p>@Daniel Balfour: No, that would just echo out &#8220;Hello, {$myVariable}&#8221;</p>
<p>&lt;?php<br />
	$myVariable = &#8216;Ole&#8217;;</p>
<p>	echo &#8216;Hello, {$myVariable}&#8217;;<br />
	echo &#8220;Hello, {$myVariable}&#8221;;</p>
<p>	if ($myVariable == &#8216;Ole&#8217;) {<br />
		print &#8216;Your name is Ole!&#8217;;<br />
	} else {<br />
		print &#8220;Your name is not Ole!&#8221;;<br />
	}<br />
?&gt;</p>
<p>Result:<br />
Hello, {$myVariable}<br />
Hello, Ole<br />
Your name is Ole!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Balfour</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-17566</link>
		<dc:creator>Daniel Balfour</dc:creator>
		<pubDate>Wed, 22 Jul 2009 13:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-17566</guid>
		<description>Hey,

Great series, certainly something I plan to watch, if only to brush up a bit. Question for you -

In this tut you say that you can&#039;t call a variable value if you use single quotes. Ergo:



//This returns: Hello, $myVariable

But what if you wrapped $myVariable in curly braces? Wouldn&#039;t that do the trick?

eg.:

&lt;?php 

$myVariable = &#039;Jeff&#039;;
echo &#039;Hello, {$myVariable};

// Should return: Hello, Jeff

 



Are you sure that&#039;s accurate?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Great series, certainly something I plan to watch, if only to brush up a bit. Question for you -</p>
<p>In this tut you say that you can&#8217;t call a variable value if you use single quotes. Ergo:</p>
<p>//This returns: Hello, $myVariable</p>
<p>But what if you wrapped $myVariable in curly braces? Wouldn&#8217;t that do the trick?</p>
<p>eg.:</p>
<p>&lt;?php </p>
<p>$myVariable = &#8216;Jeff&#8217;;<br />
echo &#8216;Hello, {$myVariable};</p>
<p>// Should return: Hello, Jeff</p>
<p>Are you sure that&#8217;s accurate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-13433</link>
		<dc:creator>HTML, CSS, PHP and jQuery Killer Tutorials &#124; Evan Mullins Circlecube ReBlog</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-13433</guid>
		<description>[...] Diving into PHP: Day 2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Diving into PHP: Day 2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarek</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-7994</link>
		<dc:creator>Tarek</dc:creator>
		<pubDate>Wed, 01 Apr 2009 11:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-7994</guid>
		<description>really really interresting and so easy to follow , i&#039;ve never seen like this simple teaching method that&#039;s what we can call diving into php.

keep going dude we are in need of such videos ,we don&#039;t need tutorials instead we need to understand the concept of the language and that&#039;s what you&#039;re doing</description>
		<content:encoded><![CDATA[<p>really really interresting and so easy to follow , i&#8217;ve never seen like this simple teaching method that&#8217;s what we can call diving into php.</p>
<p>keep going dude we are in need of such videos ,we don&#8217;t need tutorials instead we need to understand the concept of the language and that&#8217;s what you&#8217;re doing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wonnie</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-7367</link>
		<dc:creator>Wonnie</dc:creator>
		<pubDate>Sat, 21 Mar 2009 05:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-7367</guid>
		<description>My only question, is why you say &quot;P&quot; instead of &quot;Period&quot; i&#039;m probably hearing wrong, as it is late and school burned me out today. But that really threw me off, cause I typed a &quot;P&#039; and saw a period and was like...Waiit a minute...That&#039;s a P?!</description>
		<content:encoded><![CDATA[<p>My only question, is why you say &#8220;P&#8221; instead of &#8220;Period&#8221; i&#8217;m probably hearing wrong, as it is late and school burned me out today. But that really threw me off, cause I typed a &#8220;P&#8217; and saw a period and was like&#8230;Waiit a minute&#8230;That&#8217;s a P?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NETTUTS.com: Diving into PHP &#124; pcsourcenetwork.com</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-7145</link>
		<dc:creator>NETTUTS.com: Diving into PHP &#124; pcsourcenetwork.com</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-7145</guid>
		<description>[...] get going right away. Links to some of the other video tutorials are also included for things like working with variables, regular expressions and getting started with MySQL. possibly of interest:  Other Lives  Executive [...]</description>
		<content:encoded><![CDATA[<p>[...] get going right away. Links to some of the other video tutorials are also included for things like working with variables, regular expressions and getting started with MySQL. possibly of interest:  Other Lives  Executive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Belinda</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-6932</link>
		<dc:creator>Belinda</dc:creator>
		<pubDate>Wed, 11 Mar 2009 18:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-6932</guid>
		<description>Your screencasts are amazing. Thank You!!!</description>
		<content:encoded><![CDATA[<p>Your screencasts are amazing. Thank You!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julia</title>
		<link>http://blog.themeforest.net/screencasts/diving-into-php-day-2/comment-page-2/#comment-6519</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Wed, 04 Mar 2009 12:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.themeforest.net/?p=1105#comment-6519</guid>
		<description>Hi there
A friend sent me a link to your site when I mentioned I &quot;needed&quot; to learn PHP for school. However, watching this video has made the entire idea of programming extremely fascinating, and it&#039;s really gotten me into it.

Brilliant job on the video, it&#039;s really easy to understand and informative.</description>
		<content:encoded><![CDATA[<p>Hi there<br />
A friend sent me a link to your site when I mentioned I &#8220;needed&#8221; to learn PHP for school. However, watching this video has made the entire idea of programming extremely fascinating, and it&#8217;s really gotten me into it.</p>
<p>Brilliant job on the video, it&#8217;s really easy to understand and informative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
