Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating, deleting records using php/psql

Status
Not open for further replies.

tanveer91

Programmer
Nov 13, 2001
31
GB
Hi all,

Can someone please give examples of how i can update or delete
a specifed record using psql and php??

Cheers.


 
I suggest you start by looking at the PostgreSQL functions of the PHP online manual, beginning with pg_fetch_row ( Pay particular attention to the example code given -- that'll give you the basics of using PostgreSQL from PHP.

If you need help with SQL, nearly any book about PostgreSQL will have an SQL tutorial in the early chapters of the book. I'd suggest Practical PostgreSQL, from O'Reilly Press.

______________________________________________________________________
Don't say thanks. Just award stars.
______________________________________________________________________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top