|
Posted by Cima on 10/21/60 11:13
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 with all the
fields including the picture.
thanx.
[Back to original message]
|