[snip] Is there any way to log the $_POST values passed to the PHP scripts in Apache's access log? [/snip]
fopen the log file, write the $_POST variables and any other data you
would like to record along with a newline ("\n"). Make sure to fclose
the log file.
HTH!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

