PHP & PostgreSQL

G

Guest

Guest
Can anybody tell me how to make a PHP script to insert an image file to a PostgreSQL table ?
 
Trinh said:
Can anybody tell me how to make a PHP script to insert an image file to a PostgreSQL table ?
Hi there!
You first need read iDOC at PostreSQL:
http://www.postgresql.org/idocs/index.php?datatype-binary.html
and after that you can use simply query in php:
http://www.devshed.com/Server_Side/PHP/PostgreSQL/print
and
http://www.devshed.com/Server_Side/PHP/DBAbstraction/print
 
Back
Top