[snip]
I don't think I would have a problem with a separate log because I write

into the log file all the datas I want(URL, Referer, etc, and $_POST) at

once so the log would be OK. The difference from writing into Apache's 
log is that Apaches writes the URL, Referer, etc and then I write the 
$_POST values and on high traffic that's not OK.
[/snip]

You could get that info from PHP though, variables are available
containing URL, referrer, etc.


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

Reply via email to