<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016459" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016459</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/something-wrong-path#comment-1095494</link>
    <description> &lt;p&gt;I&#039;m a bit lost.&lt;/p&gt;
&lt;p&gt;But I do see two &#039;http://&#039; in those URLs.&lt;br /&gt;
And I see that $url_site does not have it&#039;s full value in quotes. (as busy mentioned)&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Dec 2001 17:22:21 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1095494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/something-wrong-path#comment-1095469</link>
    <description> &lt;p&gt;You&#039;re thinking of interpolation? In perl this does make a difference, although it should not make a difference in the case of assigning a value to a scalar. It would make a difference if you were trying to assign one scalar to another however. &lt;/p&gt;
&lt;p&gt;$scalar = &quot;$scalar&quot;;&lt;br /&gt;
$scalar = &#039;$scalar&#039;;&lt;/p&gt;
&lt;p&gt;..are different, or at least in Perl. I don&#039;t code PHP personally.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Dec 2001 10:16:21 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1095469 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/something-wrong-path#comment-1095464</link>
    <description> &lt;p&gt;This is way over my head as I&#039;m still learning php but am interested as I may run into similar problems down the line.&lt;/p&gt;
&lt;p&gt;would the quotes be affecting the $url_site ?&lt;/p&gt;
&lt;p&gt;would ddouble quotes around it help with \&#039;s infront of the other quotes used or even single quotes ?&lt;/p&gt;
&lt;p&gt;$url_site = &quot;&lt;a&gt;&lt;a href=&quot;http://www.abc.com/test&quot; class=&quot;bb-url&quot;&gt;http://www.abc.com/test&lt;/a&gt;&lt;/a&gt;&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Dec 2001 09:49:45 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1095464 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/something-wrong-path#comment-1095459</link>
    <description> &lt;p&gt;solved that problem. i was told to put a http :&lt;br /&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;$url_site &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://www.abc.com/test\&quot; class=\&quot;bb-url\&quot;&amp;gt;http://www.abc.com/test&amp;lt;/a&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;but i found another path problem, which is..i got something like a folder tree. the last level, which is the child, will have this path: &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;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;a href&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://http://www.abc.com/test/template/admin.php\&quot; target=\&quot;_blank\&quot;&amp;gt;&amp;lt;a href=\&quot;http://http://www.abc.com/test/template/admin.php\&quot; class=\&quot;bb-url\&quot;&amp;gt;http://http://www.abc.com/test/template/admin.php&amp;lt;/a&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;[php/]&lt;br /&gt;&lt;br /&gt;i put the path as: &lt;br /&gt;&lt;br /&gt;[PHP]&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$url_site&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/template/admin.php&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;wat cuold be this problem??&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Dec 2001 09:22:31 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1095459 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/something-wrong-path#comment-1095455</link>
    <description> &lt;p&gt;What I do in cases like that, is just start echoing the var in question.  Keep echoing it further and further up in your script until it&#039;s correct.  Then you should have a general idea of where it&#039;s getting borked.&lt;/p&gt;
&lt;p&gt;Another option is to do a search in all documents that touch that var.  It&#039;s getting changed somewhere.&lt;/p&gt;
 </description>
     <pubDate>Tue, 04 Dec 2001 09:02:09 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1095455 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
