Re: [GENERAL] php - pgsql connection

1999-10-15 Thread Aaron J. Seigo
hi... > I would like to know what's the problem with following line: > $dbConn = pg_Connect( " host=$host user=$user password=$password port=$port >dbname=$dbname"); > > The php variables are filled with the appropriate values. are you sure? > Warning: Unable to connect to PostgresSQL

[GENERAL] php - pgsql connection

1999-10-15 Thread Sebestyen Zoltan
Hi, I know it's not a PHP3 mailinglist but the question is somewhat related to pgsql. I would like to know what's the problem with following line: $dbConn = pg_Connect( " host=$host user=$user password=$password port=$port dbname=$dbname"); The php variables are filled with the appropria