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?


The GET stuff is already in your apache log file. The POST stuf you probably don't want to log because it can be rather huge if you are dealing with things like file uploads. Jame's suggestion seems pretty good especially because you cannot get the raw post data for 'known' content types with PHP.

--
Raditha Dissanayake.
---------------------------------------------
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.

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



Reply via email to