R
Rob Wilkens
Either the PHP page has the wrong content header... You have to do something
like:
header("content-type:image/jpeg");
In the header section (top) of your php image source code... Or maybe the
php script does _server side_ processing to create the jpeg image and a
hosting company like GoDaddy (which I use) limits execution time
per-php-script, so if it takes longer than that to process your job gets
killed.
-Rob
like:
header("content-type:image/jpeg");
In the header section (top) of your php image source code... Or maybe the
php script does _server side_ processing to create the jpeg image and a
hosting company like GoDaddy (which I use) limits execution time
per-php-script, so if it takes longer than that to process your job gets
killed.
-Rob