04
Feb
2011

PHP code to display visitors browser details

Posted in: PHP No Comments

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

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

Live Demo Of Browser details

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