We all hate Internet Explorer when building HTML templates, or modifying websites. Well I recently built a PHP image script to hide the location of the URL. It works fine fo
Internet explorer uses the mime type image/pjpeg. You use pjpeg for IE and jpeg for other browsers.
image/pjpeg
pjpeg
jpeg
header("Content-Type: image/pjpeg");
Source: image/pjpeg and image/jpeg