Hi there,

I am pulling out an image out of a mysql blob field. The image is there, I
can see it in mysqlfront. So I pull it out of the db store it into a
variable and then do a:

 header("Content-type: image/pjpeg");
 echo $picture;

I do get a white screen and the browser is loading forever. I can not see
any error in that. Outputting text works, but not the image.

Thanx for any help,

Andy



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

Reply via email to