I Need Help Please
New member
Im trying to have this part of my site show the visitors ip address, but I get an error with this code:
<h1>IP Address</h1>
$rmt = $_SERVER("REMOTE_ADDR");
echo '
<ul>
<li><a>- '.$rmt.'</a></li>
</u>
<h1>IP Address</h1>
$rmt = $_SERVER("REMOTE_ADDR");
echo '
<ul>
<li><a>- '.$rmt.'</a></li>
</u>