[PHP] Re: displaying an image with header(... does not work

2002-05-25 Thread Jens Lehmann
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

[PHP] Re: displaying an image with header(... does not work

2002-05-25 Thread andy
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