Re: [PHP] Dynamically Generated Images ( PHPGraph ) and timeouts.

2003-02-05 Thread Chris Shiflett
--- Daniel Joyce <[EMAIL PROTECTED]> wrote: > Problem is, if the image takes more than 1-2 seconds > for JPGraph to create, I get a broken image link in IE, > and a blank image area in Mozilla. They're not waiting > long enough for the image generation to finish How certain are you that this is th

[PHP] Dynamically Generated Images ( PHPGraph ) and timeouts.

2003-02-05 Thread Daniel Joyce
I'm using JPGraph in a PHP script, and I have caching turned on in JPGraph. The graph making PHP is called from a img tag like so: If JPGraph has determined that the image is too old, it regenerates it on the fly. Problem is, if the image takes more than 1-2 seconds for JPGraph to create, I