Archive for the ‘Web Browsers’ category

Firefox and broken images: Help get the behavior changed

December 30th, 2009

Whenever I am working on a PHP script that generates an image, I am always frustrated by the standard Firefox broken image error.  The problem is that I have PHP output error messages to the screen while developing for the sake of simplicity.  These error messages mix with the binary data of the image, and it causes the image to break.  The end result is no image, and no error messages.

But what if I want to read those helpful error messages?

» Read more: Firefox and broken images: Help get the behavior changed