[PHP] Not a Valid File-Handle Resource

2002-07-29 Thread Chris Carlson

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 in
/home/blurredv/public_html/redcarbon/update.php on line 34
Warning: Supplied argument is not a valid File-Handle resource in
/home/blurredv/public_html/redcarbon/update.php on line 35

Note:  My script work perfectly with different path names under Windows
NT.  Do I have to do something special for Unix.

Thanks in advance,

Chris Carlson
totaldeveloper.com


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




[PHP] Free PHP Books in PDF or HTML Format

2002-07-15 Thread Chris Carlson

Hey guys,

I was wondering if anyone on the list could recommend web sites to visit
to find free PHP books available on the 'net in either PDF or HTML
format.

Thanks,

CHRIS(.deletedscenes.org)


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