Page is a not externally linkable
toadhall - 3:31 pm on Jul 31, 2001 (gmt 0)
<? Of course if PHP is not available you won't get the "no can do line" anyway but,...
Try this:
$browser = getenv("HTTP_USER_AGENT");
if ($browser) {
echo ("Browser: $browser\n");
} else {
echo ("Sorry, no can do!");
}
?>
Why not just ask your ISP? ;)