If you install your php from .zip.The php_pgsql.dll file is pleaced in PHP\extensions. Just open your php.ini in c:\windows or c:\winnt. then edit: ; Directory in which the loadable extensions (modules) reside. extension_dir = "C:/PHP/extensions" In Dynamic Extensions selections uncomment : extension=php_pgsql.dll ----- Original Message ----- From: <Glenn_Wiens@xxxxxxxxxxxxxxx> To: <pgsql-php@xxxxxxxxxxxxxx> Sent: Tuesday, April 06, 2004 8:52 PM Subject: [PHP] Connection problems > 1. I am running a PostgreSQL server on a linux machine. > 2. I am developing PHP on my windows workstation. > 3. I am able to make connections from my win workstation to my PG database > via JDBC. > 4. When I try to make a PHP connection, it complains that the php_pgsql.dll > is missing. > > What do I need to install on my workstation to get this to work? > > Thanks. > > Glenn Wiens > Senior Database Administrator > Via Christi Health System > Information Technology > voice: 316.261.8447 > fax: 316.660.0025 > > > This message may contain information that is confidential and/or legally > privileged. It is intended only for the use of the individual(s) and entity > named as recipients in the message. If you are not an intended recipient of > this message, please notify the sender immediately and delete the material > from any computer; do not deliver, distribute or copy this message, and do > not disclose its contents or take any action in reliance on the information > it contains. Views expressed in this e-mail are those of the individual > sender and may not necessarily reflect the views of Via Christi Regional > Medical Center. Thank you. > > > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faqs/FAQ.html