Post your scripts here.
<b>Note:</b>The scripts must be your own, and please read the "Important: Read before you post" thread inside this category before participating here.
-
sethamin
- Posts: 46
- Joined: Thu Apr 06, 2006 5:47 pm
-
Contact:
Post
by sethamin »
This is a very simple and short code to show the visitin users IP.
Code: Select all
<?php echo $_SERVER["REMOTE_ADDR"]; ?>
Remember that your host has to be php enabled and the code must be saved to a php ****!