<?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: Creating Arrays</title>
	<atom:link href="http://www.stuffbysarah.net/2007/06/27/creating-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2007/06/27/creating-arrays/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Mon, 19 Jul 2010 13:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/06/27/creating-arrays/#comment-9805</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 29 Jun 2007 07:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/06/27/creating-arrays/#comment-9805</guid>
		<description>Hi Michael, thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Hi Michael, thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.stuffbysarah.net/2007/06/27/creating-arrays/#comment-9804</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 28 Jun 2007 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/06/27/creating-arrays/#comment-9804</guid>
		<description>Hi

When you use echo you can use the &#039;,&#039; operator instead of the &#039;.&#039; operator.
If you use &#039;.&#039; PHP will concatinate the string first, store it in a temp variable and then ouput it using echo.
If you use a comma seperated list there is no such concatination and it simply pushes the values one at a time to the output.
This is a nice little tip I really wanted to tell people about as very few seem to use it.

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>When you use echo you can use the &#039;,&#039; operator instead of the &#039;.&#039; operator.<br />
If you use &#039;.&#039; PHP will concatinate the string first, store it in a temp variable and then ouput it using echo.<br />
If you use a comma seperated list there is no such concatination and it simply pushes the values one at a time to the output.<br />
This is a nice little tip I really wanted to tell people about as very few seem to use it.</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
