Saturday, September 25, 2010

How to check the user’s browser type and platform in php

Tracks site visitor browser types.

<\?php
echo($_SERVER[‘HTTP_USER_AGENT’]);
?>