<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018625" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018625</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-variables-0#comment-1109609</link>
    <description> &lt;p&gt;Thank you very much!&lt;br /&gt;
Works like a charm, for now&lt;br /&gt;
If it doesn&#039;t work, I&#039;ll check out the PHP manual for eval and sprintf&lt;br /&gt;
Thanks a billion&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 May 2002 22:52:51 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1109609 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-variables-0#comment-1109608</link>
    <description> &lt;p&gt;The PHP command &lt;strong&gt;eval&lt;/strong&gt; should do what you&#039;re looking for. From the PHP Manual:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;$string &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;cup&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$name &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;coffee&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$str &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;This is a $string with my $name in it.&amp;lt;br&amp;gt;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$str&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;eval (\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;\$str = \\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$str&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;;\&quot;);&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$str&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; &lt;/p&gt;
&lt;p&gt;The above example will show&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;This is a $string with my $name in it.&lt;br /&gt;This is a cup with my coffee in it.&lt;/code&gt;&lt;/div&gt;&#039; &lt;/p&gt;
&lt;p&gt;If that doesn&#039;t work, then you might want to investigate the &lt;strong&gt;sprintf&lt;/strong&gt; command, which is more &quot;friendly&quot; for C/C++ programmers...&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;br /&gt;
arin&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 May 2002 22:40:24 +0000</pubDate>
 <dc:creator>arin</dc:creator>
 <guid isPermaLink="false">comment 1109608 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
