On 09-Jun-2003 Chris Blake wrote:
<snip>
>
> Any ideas on how to make it so that the error I specified comes up and
> not the "The image "http://xxxxxxx.xxx.xxx.xxx.x blah blah" part.....
>
> Here`s the code :
> -------
> <?php
> Header('Content-type: image/png');
>
A little too early for that. Wait 'til the image is properly created ...
<snip>
>
//here:
Header('Content-type: image/png');
> ImagePng($image);
> }
> ImageDestroy($image);
> ?>
Regards,
--
Don Read [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to
steal the neighbor's newspaper, that's the time to do it.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php