<?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 Tutorial [Part 2]</title>
	<atom:link href="http://notan00b.com/tutorials/php-tutorial-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://notan00b.com</link>
	<description>Tutorials, Scripts, and Rants</description>
	<lastBuildDate>Thu, 01 Jul 2010 05:02:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kellar</title>
		<link>http://notan00b.com/tutorials/php-tutorial-part-2/comment-page-1/#comment-1721</link>
		<dc:creator>Kellar</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://notan00b.com/?page_id=198#comment-1721</guid>
		<description>Thanks. It is really fun :)</description>
		<content:encoded><![CDATA[<p>Thanks. It is really fun <img src='http://notan00b.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://notan00b.com/tutorials/php-tutorial-part-2/comment-page-1/#comment-221</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://notan00b.com/?page_id=198#comment-221</guid>
		<description>Hey,

I know your array section is coming later but it&#039;s a pretty simple. Please review the following:

&lt;pre&gt;
 array(
                    &quot;red&quot; =&gt; &quot;apples&quot;,
                    &quot;yellow&quot; =&gt; &quot;bananas&quot;,
                    &quot;orange&quot; =&gt; &quot;oranges&quot;
                    ),
            &quot;veggies&quot; =&gt; array(
                    &quot;orange&quot; =&gt; &quot;carrots&quot;,
                    &quot;brown&quot; =&gt; &quot;potatoes&quot;,
                    &quot;green&quot; =&gt; &quot;peas&quot;
                    )
        );

echo $array[&quot;fruits&quot;][&quot;orange&quot;] . &quot;&quot; . $array[&quot;veggies&quot;][&quot;orange&quot;];
?&gt; 
&lt;/pre&gt;

As you can see- arrays can be fun!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I know your array section is coming later but it&#8217;s a pretty simple. Please review the following:</p>
<pre>
 array(
                    "red" =&gt; "apples",
                    "yellow" =&gt; "bananas",
                    "orange" =&gt; "oranges"
                    ),
            "veggies" =&gt; array(
                    "orange" =&gt; "carrots",
                    "brown" =&gt; "potatoes",
                    "green" =&gt; "peas"
                    )
        );

echo $array["fruits"]["orange"] . "" . $array["veggies"]["orange"];
?&gt;
</pre>
<p>As you can see- arrays can be fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://notan00b.com/tutorials/php-tutorial-part-2/comment-page-1/#comment-204</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 03 Oct 2009 01:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://notan00b.com/?page_id=198#comment-204</guid>
		<description>I could use your help, please contact me.</description>
		<content:encoded><![CDATA[<p>I could use your help, please contact me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
