Re: Displaying an image from inside Mysql database..
Posted by The Natural Philosopher on 09/14/07 14:00
Michael Fesser wrote:
> .oO(The Natural Philosopher)
>
>> How does the browser know if its a jpeg or a gif? Mime type I guess?
>
> Correct. For example
>
> header('Content-Type: image/jpeg');
>
> Micha
Ok. Thats all coded in now anyway. I'll test later. Many thanks all.