Re: PHP and Postgresql on Windows

From: David Roussel <pgsql-performance(at)diroussel(dot)xsmail(dot)com>
To: typing80wpm(at)aol(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PHP and Postgresql on Windows
Date: 2005-04-22 22:03:23
Message-ID: 6db8918d6dfe0080b141ceaeb1bcb20e@diroussel.xsmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try PEAR DB.
http://pear.php.net/package/DB

It's a database abstraction layer, which means that you can change DB
later, with less hasle.

Have a look at how phpPgAdmin works. Download the source and have a
look.
http://phppgadmin.sourceforge.net/

On 22 Apr 2005, at 20:04, typing80wpm(at)aol(dot)com wrote:

> What would I need to do to make PHP, installed on my desktop, talk to
> Postgresql.  I have several CDS with WAMP installs (Windows Apache
> Mysgl PHP).   Would I use some special driver to allow PHP to connect
> to Postgresql?  I am going to search on google as soon as I post, but
> just curious if someone has a word of wisdom. Thanks

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-04-22 22:04:54 Re: pg_dump serial UNIQUE NOT NULL PRIMARY KEY
Previous Message Carlos Correia 2005-04-22 21:58:40 Re: Record as a parameter to a function