I have some images that are created through PHP dynamically. Sometimes the images show up on the page, other times, I get red x's, and I have to right click the image, and hit "show picture"....
Has anyone ever had this issue?
I have some images that are created through PHP dynamically. Sometimes the images show up on the page, other times, I get red x's, and I have to right click the image, and hit "show picture"....
Has anyone ever had this issue?
Yep, how you can tell is type in the picture address manually in your IE or FireFox and if it is giving an error it will display there.
--FrosT
There are no errors. The same image shows up sometimes, and not other times.
I don't get it.
Hate to bump an old topic-but this is the kind of a problem I get. I use a CAPTCHA validation class I borrowed from Invision Power Board's 2.2 kernel to generate dynamic images for my users to validate in my script. The images only show up sometimes, yet when it's used in IPB it always shows up.
I even replicated the same page and turned off javascript to isolate the problem. I've concluded that it's most likely some sort of special headers sent to make sure the image fully loads. =/