faqts : Computers : Programming : Languages : PHP : Database Backed Sites : Postgres

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 6 people (17%) answered Yes
Recently 0 of 5 people (0%) answered Yes

Entry

How do I enter the info from a form into a postgres database autimatically once the form is submitted??

Jun 4th, 2002 09:42
Rick Ellis, Jeff Rose, http://www.php.net/manual/en/function.pg-insert.php


You can use pg_insert($db, 'tablename', $_POST);  See the URL for
details.