RE: [GENERAL] [PHP] How to connect to PostgreSQL with phpPgAdmi

2001-03-05 Thread Juan Ramón Cortabitarte
ssword']  = '';$cfgServers[1]['only_db']  = ''; // if set to a db-name, only this db is accessible   no more. it worked with postgres 7.02 and red hat 7.0 by ----- Original Message ----- From: Paulo Parola To: [EMAIL PROTECTED] Sent: Su

[GENERAL] [PHP] How to connect to PostgreSQL with phpPgAdmi

2001-03-05 Thread Paulo Parola
For the phpPgAdmin users, if you might help!!!   I am running PostgreSQL 7.1 over RedHat.   When trying to connect through the web everything goes right. A script that is currently working:         $link = pg_Connect("host=localhost port=5432 dbname=teste")  or die ("Could not con