Browser Type

April 13th, 2009 | Tags:

Tutorial Description:

Display what browser type your visitors use.

This is a very simple and easy tutorial. <?php
echo 'Browser Agent:' .$_SERVER['HTTP_USER_AGENT'];
?>

No comments yet.
TOP