Use this PHP code to allow guests to view their I.P Address.
index.php
Example HereCode:<?php
$ip = $_SERVER['REMOTE_ADDR'];
echo "Your I.P is $ip";
?>
Brought To You By PHPMini
Printable View
Use this PHP code to allow guests to view their I.P Address.
index.php
Example HereCode:<?php
$ip = $_SERVER['REMOTE_ADDR'];
echo "Your I.P is $ip";
?>
Brought To You By PHPMini
Hmmm I can use this for something. :P
nice Script :)
Super Useful.
Thanks man.
great!
but 1 thing ur example link is broken :$
can i see my ip or location here?