Re: [PHP] REMOTE_ADDR probs

2002-02-11 Thread Michael Sims
At 09:41 AM 2/11/2002 -0600, cyberskydive wrote: $user = getenv('REMOTE_ADDR'); [...] It works great on windows running apache php 4.0.1 but on solaris php 4.06 if I add a print($first); it returns the servers IP address, but everywhere else it returns the users IP address. On the Solaris

Re: [PHP] REMOTE_ADDR probs

2002-02-11 Thread cyberskydive
I will try to call with the other meythodds you suggested and see what happens. I may have not been really clear. on windows everythings working fine on solaris it logs the IP address as the users/visitors (on a nother page) but when using the code I included in my first post to check for