Is it possible to get info about the user's browser and OS?
For example, something like this..
<?php
echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";
$browser = get_browser(null, true);
print_r($browser);
?>
Where could I put that so that when the contact form gets emails to me, it includes info about the browser? Thanks, Rich