A snippet in php to know your ip Address

Well its a small script i have written in php just for testing the use of

$HTTP_SERVER_VARS["REMOTE_ADDR"];

Handle in php its really use full and help full i think to get you ip in any pphp-logoen test or any thing , well its kind of script kiddies too.
But i am learning ;)

Here is the full code

<?php
$ip = $HTTP_SERVER_VARS["REMOTE_ADDR"];
echo $ip;
?>

hope it helped you …


Happy Hacking @hackerthedude

plz subscribe

0 Response to "A snippet in php to know your ip Address"

Posting Komentar