//偵測瀏覽器 if (strpos($_SERVER['HTTP_USER_AGENT'],"Firefox")) { $rs="Firefox"; } else if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE")) { $rs="IE"; } ?>