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
Set the content length header.
header("Content-Length: " . filesize($imagepath));