| It's as easy as... :-)
| $day = getdate(time());
| $f_name = create table name on time basis;
| $fd = fopen($f_name, "a"); // open file
| fwrite($fd, "string you want tu put (add) into
| file"); // write to file all your data
| fclose($fd); // close the file
| That's all
It's as easy as... :-)
$day = getdate(time());
$f_name = create table name on time basis;
$fd = fopen($f_name, "a"); // open file
fwrite($fd, "string you want tu put (add) into
file"); // write to file all your data
fclose($fd); // close the file
This will create your fil
You need to make sure that php has the correct permissions to access the
directory and write the file that you want it to write too...
Check out the manual for this...
Ray Hunter
Firmware Engineer
ENTERASYS NETWORKS
-Original Message-
From: Sridhar Moparthy [mailto:[EMAIL PROTECTED]]