I am unsuccessful at running the following code which uses predefined variables. In another simple program I am also unable to recognize the $_GET[] variable.
<?
$browser = $SERVER['HTTP_USER_AGENT'] ;
echo "The sniffer says: $browser" ;
?>
I get only the output: "The sniffer says: " (nothing else)
I amusing MS Windows XP Version 2002 Service Pack 2
MSIE 6.0
Apache (version 2.0.55)
PHP version 5.1.4
I am also using a java extension (if that matters)
Using localhost
Any suggestions
Thanks
Paul R