Re: [PHP-DB] DB-stored images

2002-11-26 Thread Joakim Andersson
Ohlson Stefan wrote: Hi! I have a db where we stores images in the database but I haven't figured out how I display that image after I've selected it from the table. I've tried with and but $data just return the Select-query: Picture I'm not familiar with fetching data from Oracle, but t

Re: [PHP-DB] DB-stored images

2002-11-26 Thread Marcus Fleige
hi, on Tuesday, November 26, 2002, 10:31:58 AM, you wrote: OS> Hi! OS> I have a db where we stores images in the database but I haven't figured out how I display OS> that image after I've selected it from the table. OS> I've tried with and but $data just return the Select-query: OS> OS> O

[PHP-DB] DB-stored images

2002-11-26 Thread Ohlson Stefan
Title: DB-stored images Hi! I have a db where we stores images in the database but I haven't figured out how I display that image after I've selected it from the table. I've tried with and but $data just return the Select-query: Picture Anyone have an idea what I can do? Th