Re: [PHP] Problem w/ reading a txt file.

2005-09-13 Thread sub
nt: Tuesday, September 13, 2005 12:45 AM Subject: Re: [PHP] Problem w/ reading a txt file. > [EMAIL PROTECTED] wrote: > > Problem w/ reading a txt file. > > > > The error I get is "Warning: opendir(/home/pudlz/public_html ): failed to > > open dir: No such file o

Re: [PHP] Problem w/ reading a txt file.

2005-09-13 Thread Burhan Khalid
[EMAIL PROTECTED] wrote: Problem w/ reading a txt file. The error I get is "Warning: opendir(/home/pudlz/public_html ): failed to open dir: No such file or directory " Here's my code:: $main = file('folders.txt'); $counter = count($main); for($i=0;$i<$counter;$i++) { if ($han

[PHP] Problem w/ reading a txt file.

2005-09-12 Thread sub
Problem w/ reading a txt file. The error I get is "Warning: opendir(/home/pudlz/public_html ): failed to open dir: No such file or directory " Here's my code:: $main = file('folders.txt'); $counter = count($main); for($i=0;$i<$counter;$i++) { if ($handle = opendir("$main[$i]"))