Hy, i have seen a lot of scripts for showing the browser information on my website. Can anybody please tell me how do i get the ip of the visitor even shown on my website. Thanks. Peter P.S. I just startet php
use server variables
$REMOTE_ADDR
Thanks
You can always find out how to access environment variables by using a PHP function called phpinfo(). Just make one file which calls that function and it will display loads of useful information.
-Keegan