On Nov 23, 2005, at 12:43 AM, twistednetadmin wrote:

Is it possible to use PHP to find out wich type of browser is in use?
Or must is this done by javascript or something else?
I would like to have a little statistic on my page that tells me what
browser is currently moet used.


Try:

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

-Joe W

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to