<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018544" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018544</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-problem#comment-1109152</link>
    <description> &lt;p&gt;cheers for the help.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 May 2002 17:27:57 +0000</pubDate>
 <dc:creator>Warlord_Khan</dc:creator>
 <guid isPermaLink="false">comment 1109152 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-problem#comment-1109149</link>
    <description> &lt;p&gt;I would say that you actually have 2 problems. The one that is causing the error is because your script is using up more than 8mb of memory in it&#039;s search. Php.ini, your control file for PHP, has 8Mb as the default value for the upper memory limit. You can&#039;t really fix this problem unless you can talk your host into increasing the memory limit.&lt;br /&gt;
But the 2nd problem is why is this script pulling so much data that it is generating this error. It appears in looking at the above &lt;strong&gt;$path . &quot;/&quot; . $file; &lt;/strong&gt; that it is doing a search for a file in a directory. It also appears that because of the &lt;strong&gt;&quot;/&quot;&lt;/strong&gt; part, that if there were no values for $path or $file, that it would do a search for every file in the root directory. It is kind of an odd way to write a script. What it is saying is that if my path is &lt;strong&gt;/home/username&lt;/strong&gt; and the file is filename, then it would search for /home/username/filename . I would change the path to &lt;strong&gt;/home/username/&lt;/strong&gt; and change the line to &lt;strong&gt;$filePath = $path.$file;&lt;/strong&gt; .&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 May 2002 15:21:02 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1109149 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-problem#comment-1109145</link>
    <description> &lt;p&gt;I&#039;m guessing it could be a problem with $path or $file. What are the variable values?&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 May 2002 12:36:28 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1109145 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/php-problem#comment-1109138</link>
    <description> &lt;p&gt;anyone?&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 May 2002 07:58:07 +0000</pubDate>
 <dc:creator>Warlord Khan</dc:creator>
 <guid isPermaLink="false">comment 1109138 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
