/ Published in: PHP
URL: http://www.andrewcarroll.org/checkip.php
A handy little tool for displaying your current IP.
Expand |
Embed | Plain Text
$ip=$_SERVER['REMOTE_ADDR']; echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>";
You need to login to post a comment.
