Reply to have php create a new .html file on my server...
Posted by Kurrent on 07/05/07 03:33
i have some data in a variable ($message) that is being emailed with
the php's mail() function (an html email actually)...i'd like to also
take that html data in the $message variable and have my script also
make a new .html (with any random name) file on my server with that
$message data, any easy way to do that? Cheers!