Home | Scripts | Tutorials | Books | Hosting | Forums | Links|

Navigation:

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links






 
 

SPONSORS



 
Display Browser version
  this example shows how to display the browser information in php.

here is the script .

 <?php
echo $HTTP_USER_AGENT;
?>

And here is what is outputted on the screen.

CCBot/1.0 (+http://www.commoncrawl.org/bot.html)