Description of Using PostgreSQL With PHP :
This article gives a introduction to PostgreSQL, prerequisites, connecting to PostgreSQL from PHP, using pg_query() to create a table, inserting data into your database, viewing the entries in the database and updating the entries. The author concludes that PostgreSQL is similar to the MySQL database with some differences and there is a world beyond MySQL. You can download the tutorial source file from the website easily.