|
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: Your IP Address: <?echo $REMOTE_ADDR ?> Make sure you escape the PHP script before adding that line of code. It will show as this: Your IP Address: 38.103.63.59 |
|
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: |
|
[
Network 54 Tech Tips
]
[
Adding a POST button
]
[
Adding Content to Different Pages
]
|
|
|