Re: [PHP] how to display images stored in DB

2007-02-25 Thread Kevin Waterson
This one time, at band camp, "Alain Roger" <[EMAIL PROTECTED]> wrote: > Hi, > > i stored all my pictures in my PostgreSQL DB as bytea type. > Now i would like to know how can i display them in my PHP pages ? Here is a little tutorial on the subject, it uses MySQL and PDO but you simply need to c

Re: [PHP] how to display images stored in DB

2007-02-25 Thread tedd
At 7:17 PM +0100 2/25/07, Alain Roger wrote: Hi, i stored all my pictures in my PostgreSQL DB as bytea type. Now i would like to know how can i display them in my PHP pages ? where can i find some example ? thanks a lot, -- Alain Alain: I don't know how to extract images from PostgreSQL,