Re: [PHP] image display

2005-04-12 Thread Petar Nedyalkov
On Wednesday 13 April 2005 09:11, Cima wrote: > hi, > > what is the best way to display an image, that is stored in a database in > postgres, in a table form along with other fields that are in the same > table? > > postgresql 8.0 > e.g my_table(name varchar(15),sex character (1), picture_id oid) >

[PHP] image display

2005-04-12 Thread Cima
hi, what is the best way to display an image, that is stored in a database in postgres, in a table form along with other fields that are in the same table? postgresql 8.0 e.g my_table(name varchar(15),sex character (1), picture_id oid) in a table in php, i'd like to show all the rows in my_table