Robert Sossomon wrote:
I was wondering if anyone knew of a way to log all GET and POST
information being passed to a log file?

Thanks,
Robert


$get = serialize($_GET); $post = serialize($_POST);

and store the variables somewhere, eg. database

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



Reply via email to