views:

83

answers:

2

Apache: v.2.2.14
PHP: 5.3.1
PostgreSQL: 8.4
XAMPP: version 1.7.3

A: 

Yes you can, check http://nl3.php.net/manual/en/book.pgsql.php

Frank Heikens
+2  A: 

XAMPP ships with a php_pgsql.dll/so, i.e. all you have to do is to edit the php.ini and remove the semicolon before

extension = php_pgsql.dll

and then restart the apache.

VolkerK
thanks! Already did that! :D