Hi
Is it possible do use php to get the users ip address on your page, I don’t want to use javascript.
Built in global variable: $_SERVER['REMOTE_ADDR']
Hi thanks for the reply!
Al the Server variables: $_SERVER[]; That I have tried only echo my local tcp/ip address not my internet ip address. Is there someting else I can try?
Thanks
Well what address are you trying to obtain? The solution provided by nemonoman will give you the client ip. If your ip on your local computer is what is accessing the script, you would get your own ip returned.