|
|
To display a visitor's IP address (to them) using PHP, just add this line of code where you'd like the IP address to be displayed on your page: <p>Your IP Address: <?echo $REMOTE_ADDR ?></p> Make sure you escape the PHP script before adding that line of code. It will show as this: Your IP Address: 38.107.191.97 |
|
To display a visitor's IP address using JavaScript (most likely your choice for
Network54 forums), just go to THIS WEB SITE and follow the directions there |
|
You will get code to show the following: |
|
[
Network 54 Tech Tips
]
[
How to post pictures
]
[
How to post a link
]
|
|
|