I am using the newest ver of PHP and newest ver of apache on win98 
just installed new php and apache yesterday set php up as a module

> Don't know. Code looks good, what version of PHP are you using? Module or
> cgi? What version  of windows? These are the things the PHP/Zend guys
> probably need to know.
> 
> On 4/2/01 4:59 PM, "Richard Kurth" <[EMAIL PROTECTED]> wrote:
> 
> > What is causing this error
> > 
> > 
> > Warning: 1 is not a valid File-Handle resource in
> > c:/httpd/htdocs/autosetup/auto/createaccount.php on line 88
> > 
> > This is the cod in question
> > 
> > $tab = chr(9); // define tabulator
> > if(file_exists("userdata")) {
> > $fp2=fopen ("userdata","r")or die("unable to open file ($userdata)");
> > flock($fp2, 2); //unless ($use_flock == 0);
> > while ($data = fgetcsv ($fp2, 1000, $tab)) {   <---this is line 88
> >   $num = count ($data);
> >     $row++;
> >     for ($c=0; $c<$num; $c++) {
> > 
> >   }
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to