I am having trouble getting php to be able to write to text files using fopen under windows. does anyone know how to get php for windows to do this?
I'm using:
$fp2 = fopen($filezz, "w+"); flock($fp2, 1);
fputs($fp2, "my text");
fclose($fp2);
THanks,
Robert
--
PHP Windows 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]
