Hey all,
I'm trying to put the current date into a text file using the fopen command.
My script was once working on another server... specifically, on the date August 6th. 🙂 I just finished a transfer process and now I'm on a new server.
The same script that once worked now is dead. I get the following problem...
http://www.nickad.com/php/test1.php
my fopen command is:
$test = fopen("file.txt", "w");
in an experiment, I made a second (more condensed) page....
http://www.nickad.com/php/test2.php
in that one, my fopen command is simply:
$test = fopen("/file.txt", "wb");
This is only the second script I've ever attempted to write, and I'm really really new. I'm clueless as to what my problem is. Could you guys make some suggestions? I'll try it out right away and tell you if it gives me any luck.
Thanks! ... happy thxgiving....
andy