$fp=fopen("file.log","a+");
fputs($fp,"message...\n");
fclose($fp);


"James Meers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hi,

I want to create a sort of log/text file, everytime I run a query or
something I would like to write/append it to a text file. Does anyone
know what function I can use for this? Or even any examples?

Cheers

James



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to