Hi
> When you have postgresql support compiled into PHP, then PHP
connects
> directly using native PostgreSQL calls (libpq), no ODBC layer to
deal
> with.
Working with Windows you normally don't compile PHP but use the Win
binaries. To connect to a PostgreSQL database you must uncomment the
php_pgsql.dll in php.ini.
Regards
Conni