This script shows how to display a website visitors IP address Here is the script
<?php echo $REMOTE_ADDR; ?>
which will display the following result
»»»
You can drop this snippet anywhere you like, but the page you put it into must be able to parse PHP code. So it should end in *.php We like to use this type of info in forms.