Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FF/Chrome/IE の 3 つの異なるブラウザをフィルタリングできる PHP コードが必要です。
FFとChromeの場合、Webサイトにiframeをロードしないようにしたい。IE の場合は、iframe をロードする必要があります。
ユーザーエージェントと連携する必要があると思います。これに関するアドバイスはありますか?ありがとう
if (strpos($_SERVER['HTTP_USER_AGENT'], '(compatible; MSIE ')!==FALSE) { //FOR IE }
詳細はこちらhttp://php.net/manual/en/function.get-browser.php