RE: [PHP] Re: Not a Valid File-Handle Resource

2002-07-30 Thread Dave [Hawk-Systems]
>> $dataFile = >> @fopen("/home/blurredv/data/".$username."Contact.txt","w"); >> fputs($dataFile, $line); >> fclose ($dataFile); >> >> These are the errors: >> >> Warning: Supplied argument is not a valid File-Handle resource in >> /home/blurredv/public_html/redcarbon/update.php on line 34 >

[PHP] Re: Not a Valid File-Handle Resource

2002-07-30 Thread David Robley
Chris Carlson wrote: > I am trying to create a php program and am getting an error in this area > of my script: > > $dataFile = > @fopen("/home/blurredv/data/".$username."Contact.txt","w"); > fputs($dataFile, $line); > fclose ($dataFile); > > These are the errors: > > Warning: Supplied a