davesmiths
5/23/2014 - 10:14 AM

Tell Internet Explorer (IE) to use the highest document mode it can (php)

Tell Internet Explorer (IE) to use the highest document mode it can (php)

<?php
// Send header to tell Internet Explorer browsers what document mode to use; ignore compatibility mode and use the highest document mode 
header("X-UA-Compatible: IE=edge,chrome=1");
?>