Trinh wrote: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.p ... inary.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/ ... tion/print

