To Get And Show The Ip Via Javascript

To show the ip via JavaScript


var ip= '';
document.write("Your IP Address is :"+ip+" ");
__________________________________________________
To show IP via ASP


request.ServerVariables("REMOTE_ADDR")
__________________________________________________
TO SHOW IP VIA PHP

$remote_address = getenv("REMOTE_ADDR");
echo "Your IP address is $remote_address.";
$browser_type = getenv("HTTP_USER_AGENT");
echo "You are using $browser_type.";
?>

1 comments:

November 20, 2008 at 11:26 PM Buzz Gadget said...

Hi Nice Post ... visit my blog too

Keepunblock

Post a Comment