PDA

View Full Version : Anyone good with PHP?



cruelpupet
11-21-2004, 01:59 PM
Ive been looking around online at different PHP sites but cant seem to find information on what i want to do...if its even possible.


Currently the webserver I use will log certain statistics...like time accessed, IP address, OS, and Browser.

I would like to log other information (that I know I can get if I used McAfee CyberCop on the IP) like the current username they logged into the PC with and the computer name.

hapoo
11-21-2004, 02:48 PM
I know php better than my back hand, but i don't think that information is sent over the net in a standard http request


the function phpinfo(); will give you most of the information that php knows automatically when its accessed.

cruelpupet
11-22-2004, 09:11 AM
yea i found out the friend who said it was possible is wrong...ill have to stck with getting CyberCop to work on my PC