How can I get the users browser, O/S, and IP address from PHP?
I this is not possible is there a way of me getting it from Javascript?
Thanks in advance
Rob
I have decided that the IP would be of no help with the error reporting as would most of the info in get_browser() so have gone with spliting down $_SERVER['HTTP_USER_AGENT'] instead