/ Published in: PHP
Expand |
Embed | Plain Text
<? $ip=@$REMOTE_ADDR; echo "<b>IP Address= $ip</b>"; ?>
Comments
Subscribe to comments
You need to login to post a comment.
<? $ip=@$REMOTE_ADDR; echo "<b>IP Address= $ip</b>"; ?>
Subscribe to comments
You need to login to post a comment.
And how exactly does this get the IP adress? It doesn't, not without prior, related code anyway. I'm guessing this is a personal snippet that should not be published.