lto:[EMAIL PROTECTED]]
Sent: Tuesday, July 30, 2002 1:09 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Not a Valid File-Handle Resource
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.
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 argument is not a valid File-Handle resource
2 matches
Mail list logo