<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028675" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028675</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168580</link>
    <description> &lt;p&gt;if you include a file, the relative paths are not retained from its inclusion directory, so you should make it this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;header.php&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;../includes/header.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;navigation.php&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;../includes/navigation.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 18:05:44 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1168580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168579</link>
    <description> &lt;p&gt;The wrapper code looks like this&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;header.php&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;./includes/header.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;navigation.php&amp;quot;&amp;gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;./includes/navigation.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 17:54:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1168579 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168578</link>
    <description> &lt;p&gt;Now if I make the include code say this &#039;../wrapper.php&#039; I get this error&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/header.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\includes\wrapper.php on line 1&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/header.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\includes\wrapper.php on line 1&lt;/p&gt;
&lt;p&gt;Warning: main(): Failed opening &#039;./includes/header.php&#039; for inclusion (include_path=&#039;.;c:\php4\pear&#039;) in c:\appserv\www\ieffective\includes\wrapper.php on line 1&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/navigation.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\includes\wrapper.php on line 2&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/navigation.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\includes\wrapper.php on line 2&lt;/p&gt;
&lt;p&gt;Warning: main(): Failed opening &#039;./includes/navigation.php&#039; for inclusion (include_path=&#039;.;c:\php4\pear&#039;) in c:\appserv\www\ieffective\includes\wrapper.php on line 2&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 17:53:13 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1168578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168573</link>
    <description> &lt;p&gt;I tried that and I get the same error&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/wrapper.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\seotools\goodkeywords.php on line 8&lt;/p&gt;
&lt;p&gt;Warning: main(./includes/wrapper.php): failed to open stream: No such file or directory in c:\appserv\www\ieffective\seotools\goodkeywords.php on line 8&lt;/p&gt;
&lt;p&gt;Warning: main(): Failed opening &#039;./includes/wrapper.php&#039; for inclusion (include_path=&#039;.;c:\php4\pear&#039;) in c:\appserv\www\ieffective\seotools\goodkeywords.php on line 8&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 17:35:04 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1168573 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168572</link>
    <description> &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;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;./includes/wrapper.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 17:32:07 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1168572 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-help#comment-1168571</link>
    <description> &lt;p&gt;the / will make the root directory the root of the whole filesystem, not just your directory. You might want to find the full path, and then have the /blahblah after the full path. you could do ./ or just omit the leading slash, and it should work fine.&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Mar 2005 17:31:29 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1168571 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
