[insert_php]
//Gets the IP address
$ip = getenv(“REMOTE_ADDR”) ;
Echo “Your IP is ” . $ip;
[/insert_php]
//Gets the IP address
$ip = getenv(“REMOTE_ADDR”) ;
Echo “Your IP is ” . $ip;
[/insert_php]