Does anyone know an html,php,asp code that detects the users ip address and displays it? I found one and it is asp script but does not work, i am having problems with it.
IP Address HTML CODE
You can use the following for use with php
| Code: |
| $_SERVER['REMOTE_ADDR'] |
http://www.palserv.com/ipdisp.html
Try searching for "display IP address".
Try searching for "display IP address".
Your IP address is: <?php echo $_SERVER['REMOTE_ADDR']; ?>
