On Fri, 27 Jun 2003, Carlos Lopes wrote: > I'm running php under Windows 2000 and on my php.ini file i uncomment the > line regarding the pgsql dll, but doesn't seems to work. If the function pg_connect() is defined (or any of the pgsql functions), it's working. Your problem is not properly using pg_connect(). Regards, Philip