Hi Why does this not work ?
$browser = get_browser(); foreach($browser as $key => $value) print "key : " . $key . " value ". $value . "<br>"; print "browser = " . $browser['browser'] . "<br>"; The foreach() prints information on the browser, but then $browser['browser'] is empty, why ? Best Steen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]