NYCPHP Meetup

NYPHP.org

[nycphp-talk] File Write Permission Errors - HELP! URGENT!!!

Peter Simard peter at panvox.net
Mon Nov 25 07:59:27 EST 2002


Just a shot, but try this:

$text = 'Peter wrote this on: ' . date("d M  Y") . "\
";
$file = 'C:\\vbTest\\msrg.ppp';
$fp = fopen(  $file, 'a' );
fwrite( $fp, $text  );
fclose($fp); 





More information about the talk mailing list