I'd like to have an "About" page on a site I'm doing that lists basic info about the client and server.
So far I have the following items in the list (not in this format--this is the planning stage):
CLIENT
Browser/Platform: $HTTP_USER_AGENT
IP Address: $REMOTE_ADDR
Any suggestions for other things I could add?
I'd really like to find a way to get info about the server too. It's Linux/Apache with PHP 4.something. I'd like to eventually be able to return the kernel version, the apache version, the distribution, and the PHP version. Maybe other things too. Anyone have any ideas?
Thanks in advance!
Aciel