Well basically im trying to do something so that if the word "Mozilla" appears anywhere in the browser, it will add extra content..
But i have no idea how to code it so it will only look for the work mozilla, not the software as a whole if you know what i mean?
I dont know if this will work
Thanks for any helpPHP Code:<?
$browser = $_SERVER['HTTP_USER_AGENT'];
if($browser==*Mozilla*)
Echo("BlaBlaBlaBlaBla");
?>![]()





Reply With Quote




