<html>
<head>
</head>
<body>
<?php if ( strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') ) { ?>
You are a wise sage for using Firefox.
<?php } else { ?>
You are a silly person for not using Firefox.
<?php } ?>
</body>
</html>