<?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 variable  variables</title>
	<atom:link href="http://papermashup.com/php-variable-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://papermashup.com/php-variable-variables/</link>
	<description>Ashley Ford :: CSS &#124; PHP &#124; JavaScript</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:36:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ben</title>
		<link>http://papermashup.com/php-variable-variables/comment-page-1/#comment-632</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 10 Jul 2009 04:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=717#comment-632</guid>
		<description>Well I didn&#039;t know that, thank you :p</description>
		<content:encoded><![CDATA[<p>Well I didn&#8217;t know that, thank you :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OÄŸuz Ã‡ELÄ°KDEMÄ°R</title>
		<link>http://papermashup.com/php-variable-variables/comment-page-1/#comment-529</link>
		<dc:creator>OÄŸuz Ã‡ELÄ°KDEMÄ°R</dc:creator>
		<pubDate>Sun, 31 May 2009 15:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=717#comment-529</guid>
		<description>Thanks Laszlo, keep up the good working.</description>
		<content:encoded><![CDATA[<p>Thanks Laszlo, keep up the good working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laszlo Korte</title>
		<link>http://papermashup.com/php-variable-variables/comment-page-1/#comment-515</link>
		<dc:creator>Laszlo Korte</dc:creator>
		<pubDate>Wed, 27 May 2009 18:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=717#comment-515</guid>
		<description>@hassan

inside the loop $seat will be first &quot;a&quot;, then &quot;c&quot; and at last $set will be &quot;d&quot;.
but we do not want to write: 
a
c
d

but we want to output the content of the variables $a $c and $d:

Ashley
John
Mark

so $$seat calls the variable that is named like the content of $seat, at first $a, then $c, then $d.

sorry for my bad english</description>
		<content:encoded><![CDATA[<p>@hassan</p>
<p>inside the loop $seat will be first &#8220;a&#8221;, then &#8220;c&#8221; and at last $set will be &#8220;d&#8221;.<br />
but we do not want to write:<br />
a<br />
c<br />
d</p>
<p>but we want to output the content of the variables $a $c and $d:</p>
<p>Ashley<br />
John<br />
Mark</p>
<p>so $$seat calls the variable that is named like the content of $seat, at first $a, then $c, then $d.</p>
<p>sorry for my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan</title>
		<link>http://papermashup.com/php-variable-variables/comment-page-1/#comment-309</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Tue, 07 Apr 2009 14:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://papermashup.com/?p=717#comment-309</guid>
		<description>I didn&#039;t get it... Why did you use $$ instead of $var? Could you explain a little more?

I gotta say, I&#039;m new to OO PHP so I really appreciate your post series on this topic.

Thanks.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get it&#8230; Why did you use $$ instead of $var? Could you explain a little more?</p>
<p>I gotta say, I&#8217;m new to OO PHP so I really appreciate your post series on this topic.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
