/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<? $ip=$_SERVER['REMOTE_ADDR']; echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>"; ?>