$client = $_SERVER[HTTP_USER_AGENT]; if(strstr($client,"MSIE")){ echo "usted usa iexplorer"; } if(strstr($client,"mozilla")){ echo "usted usa firefox"; }