[PHP-DB] connectivity problem

2002-08-27 Thread Brian Noecker
Hey everyone, got a problem here. I'm using php4.2.1, postgres 7.2. I'm trying to do a simple database connect with the following small php script: -- htmlheadtitlePHP Test/title/head body ?php //connect to postgres database $conn=pg_connect(user=bnoecker dbname=brian);

[PHP-DB] installing to connect to a remote database server

2002-08-17 Thread Brian Noecker
Newbie here. I need to install php with postgres support. Problem is I need to have it connect to a non-local database. Now, the pgconnect function seems to allow for that, but the install wants local files. Can someone point me in the right direction here? Thanks, Brian -- PHP Database