<?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: Printing the contents of a PHP Array</title>
	<atom:link href="http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:22:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jhm718</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-79807</link>
		<dc:creator>Jhm718</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-79807</guid>
		<description>This /is/ super helpful for PHP newbies like me.

Thanks!</description>
		<content:encoded><![CDATA[<p>This /is/ super helpful for PHP newbies like me.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeroen</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-79388</link>
		<dc:creator>jeroen</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-79388</guid>
		<description>surprising how very helpful this post is for php newbies like me :)
thx alot!</description>
		<content:encoded><![CDATA[<p>surprising how very helpful this post is for php newbies like me <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thx alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmmmm</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-18127</link>
		<dc:creator>Hmmmm</dc:creator>
		<pubDate>Wed, 13 Jun 2007 23:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-18127</guid>
		<description>between the quotes are the html pre tags (open and then close).</description>
		<content:encoded><![CDATA[<p>between the quotes are the html pre tags (open and then close).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmmmm</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-18126</link>
		<dc:creator>Hmmmm</dc:creator>
		<pubDate>Wed, 13 Jun 2007 23:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-18126</guid>
		<description>echo &quot;(less than sign)pre(greater than sign)&quot;;
print_r($location);
echo &quot;(less than sign)/pre(greather than sign)&quot;;</description>
		<content:encoded><![CDATA[<p>echo &#8220;(less than sign)pre(greater than sign)&#8221;;<br />
print_r($location);<br />
echo &#8220;(less than sign)/pre(greather than sign)&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmmmm</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-18125</link>
		<dc:creator>Hmmmm</dc:creator>
		<pubDate>Wed, 13 Jun 2007 23:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-18125</guid>
		<description>echo &quot;(html open tag)pre(html close tag)&quot;;
print_r($location);
echo &quot;\&quot;;</description>
		<content:encoded><![CDATA[<p>echo &#8220;(html open tag)pre(html close tag)&#8221;;<br />
print_r($location);<br />
echo &#8220;\&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hmmmm</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-18124</link>
		<dc:creator>Hmmmm</dc:creator>
		<pubDate>Wed, 13 Jun 2007 23:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-18124</guid>
		<description>You may want to try this:

echo &quot;&quot;;
print_r($location);
echo &quot;&quot;;</description>
		<content:encoded><![CDATA[<p>You may want to try this:</p>
<p>echo &#8220;&#8221;;<br />
print_r($location);<br />
echo &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magic.Crazy</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-17312</link>
		<dc:creator>Magic.Crazy</dc:creator>
		<pubDate>Thu, 31 May 2007 09:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-17312</guid>
		<description>this is more human-readable :

echo &#039;&#039;;
print_r($array);
echo &#039;&#039;;</description>
		<content:encoded><![CDATA[<p>this is more human-readable :</p>
<p>echo &#8221;;<br />
print_r($array);<br />
echo &#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sven</title>
		<link>http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/comment-page-1/#comment-4911</link>
		<dc:creator>sven</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/programming/printing-the-contents-of-a-php-array/#comment-4911</guid>
		<description>and if you like it human-readable:
echo &quot;&quot;; print_r($myarray); echo &quot;&quot;;

have fun!</description>
		<content:encoded><![CDATA[<p>and if you like it human-readable:<br />
echo &#8220;&#8221;; print_r($myarray); echo &#8220;&#8221;;</p>
<p>have fun!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
