sound pretty funny... but I opened the browser to test it again, and it
worked without problems :-) No clue why.

Anyway.. thank you

Andy


"Jens Lehmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> > 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
> >
>
> Don't know if it's a typo, but it must be "image/jpeg" of course. Check
your
> loops (if any) and your strings (esp. " and '). Maybe it's better to post
> the whole
> source in this case.
>
> Jens
>
>



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

Reply via email to