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
[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
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]"))
3 matches
Mail list logo