[go: nahoru, domu]

Voting

: max(five, nine)?
(Example: nine)

The Note You're Voting On

kevin dot goodman at itmsoil dot com
11 years ago
I wasted days trying to figure this out before I found the problem was easily solved.

I'm sure many of you out there have had similar problem when trying to use readfile to output images with a php file as the "src" of a "img" tag.
It works fine "as is" in Firefox but not in IE, Safari or g.Chrome.

I found hundreds of results on google all saying things like "there must be white space at the end of you code", "you need this header or that header".
I couldn't believe what the solution was but here it is anyway!

Remove the "Width" and "Height" attributes from your "img" tag

<< Back to user notes page

To Top