Ian Johnson wrote:
> I am trying to use GD to create and manipulate images but the
> statement:
>
>     header ("Content-type: image/jpg");
>
> generates the error message:
>
>     The image "http://localhost/gdtst2.php"; cannot be displayed, because
> it contains errors.

Wild Guess:

You have a blank line in your file before the first <?php or after the
last ?> -- So even though it looks like a kosher JPEG, it's not.

Use "View Source" in your browser on the JPEG data to see what's there.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to