On Feb 11, 2008 11:12 AM,  <[EMAIL PROTECTED]> wrote:
> > On Feb 11, 2008 10:40 AM,  <[EMAIL PROTECTED]> wrote:
> >> HEllo
> >> with the next code i am trying for loading one file
> >>
> >>
> >> $mibool = FALSE;
> >> $Descriptor2 = fopen("usuarios.txt","r");
> >
> >     Does this file exist in the directory from which the script is
> > ultimately run, and is it readable?
> >
>
> yes (both)

    And is the file being opened properly?  Perhaps those error
messages are old, from when you first started testing the script.  Try
emptying the error log and running the script again to see if they're
still being written.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to