[PHP-WIN] Re: IP address reference

2002-02-14 Thread Christian Blichmann
Hi there! I am using this code to get the users IP, it also allows you to retrieve the IP of AOL users. Btw, the @ before $_SERVER["HTTP_X_FORWARD_FOR"] prevents an error message, if the user is not using AOL... Oh, I almost forgot: The $ip variable is an integer (I did this for efficiently storin

[PHP-WIN] Re: IP address reference

2002-02-13 Thread Christian Blichmann
Hi there! I am using this code to get the users IP, it also allows you to retrieve the IP of AOL users. Btw, the @ before $_SERVER["HTTP_X_FORWARD_FOR"] prevents an error message, if the user is not using AOL... Oh, I almost forgot: The $ip variable is an integer (I did this for efficiently storin