prova così
codice:
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') === false){
       echo "Scarica Firefox!";
}