<?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: Learning PHP &#8211; Part one</title>
	<atom:link href="http://www.cfg.no/2009/05/learning-php-part-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cfg.no/2009/05/learning-php-part-one/</link>
	<description>The blog project, a journey!</description>
	<lastBuildDate>Wed, 02 Sep 2009 17:52:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tracy Maz</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-335</link>
		<dc:creator>Tracy Maz</dc:creator>
		<pubDate>Mon, 01 Jun 2009 01:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-335</guid>
		<description>Thank you, I&#039;m just starting to learn PHP and these articles are very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you, I&#8217;m just starting to learn PHP and these articles are very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning PHP - Part two; Arrays</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-329</link>
		<dc:creator>Learning PHP - Part two; Arrays</dc:creator>
		<pubDate>Tue, 26 May 2009 09:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-329</guid>
		<description>[...] exactly what it is, it&#8217;s a variable (see previous post) containing several values (like a shelf with several compartments) that can be retrieved by a key [...]</description>
		<content:encoded><![CDATA[<p>[...] exactly what it is, it&#8217;s a variable (see previous post) containing several values (like a shelf with several compartments) that can be retrieved by a key [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-328</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 24 May 2009 18:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-328</guid>
		<description>Thanks for your comment and insight. 

I will include it in a future article where I was also thinking about including an explanation of sprintf() and other functions.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for your comment and insight. </p>
<p>I will include it in a future article where I was also thinking about including an explanation of sprintf() and other functions.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bheesham</title>
		<link>http://www.cfg.no/2009/05/learning-php-part-one/comment-page-1/#comment-327</link>
		<dc:creator>bheesham</dc:creator>
		<pubDate>Sun, 24 May 2009 18:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cfg.no/?p=169#comment-327</guid>
		<description>You should edit this to show them that this way works too:

echo &quot;Hello my name is $name, I am $age, etc&quot;;

OR

echo &lt;&lt;&lt;TMP
Hello my name is $name, I am $age, etc
TMP;

OR

echo &quot;Hello my name is {$name}, I am {$age}, etc&quot;;

OR

echo &lt;&lt;&lt;TMP
Hello my name is {$name}, I am {$age}, etc
TMP;

You will have to explain it a bit more, since you have been coding for 10+ years, you can probably cook something up.</description>
		<content:encoded><![CDATA[<p>You should edit this to show them that this way works too:</p>
<p>echo &#8220;Hello my name is $name, I am $age, etc&#8221;;</p>
<p>OR</p>
<p>echo &lt;&lt;&lt;TMP<br />
Hello my name is $name, I am $age, etc<br />
TMP;</p>
<p>OR</p>
<p>echo &#8220;Hello my name is {$name}, I am {$age}, etc&#8221;;</p>
<p>OR</p>
<p>echo &lt;&lt;&lt;TMP<br />
Hello my name is {$name}, I am {$age}, etc<br />
TMP;</p>
<p>You will have to explain it a bit more, since you have been coding for 10+ years, you can probably cook something up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
