Re: [GENERAL] PHP and Postgresql on Windows

2005-04-24 Thread Hannes Dorbath
On 23.04.2005 00:03, David Roussel wrote: 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. http://www.powerpostgresql.com/Downloads/database_depends_public.swf :) I really dislike db abstraction layers and PEA

[GENERAL] PHP and Postgresql on Windows

2005-04-22 Thread typing80wpm
I searched on goolge and found my answer, I think.   From what I see (below), all I need to do is a WAMP install from one of the CDs in the back of the PHP books I bought, and then un-comment the extension=php_pgsql.dll       http://www.sitepoint.com/article/use-postgresql-php-windows/3   Connect t

[GENERAL] PHP and Postgresql on Windows

2005-04-22 Thread typing80wpm
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 someon

Re: [GENERAL] PHP and Postgresql on Windows

2005-04-22 Thread David Roussel
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, [EMAIL PROTECTED] wro