04
Feb
2011

PHP code to display visitors IP

Posted in: PHP No Comments

You can show your website visitors IP using a simple PHP code. Use below code to display visitors IP.

<?php echo $_SERVER['REMOTE_ADDR']; ?>

Live Demo of this code

About the Author

Name: Ravi Shekhar
Hi, I love designing WordPress Themes and Drupal Themes.

Share this post

Twitter Facebook Google Buzz Digg StumbleUpon Delicious Technorati

Leave a Reply