Re: [PHP] PostgreSQL connection problems

2001-09-27 Thread Marcela
> To: <[EMAIL PROTECTED]> Sent: Thursday, September 27, 2001 7:51 AM Subject: [PHP] PostgreSQL connection problems > Warning: Unable to connect to PostgreSQL server: No pg_hba.conf entry for > host myhost, user myuser, database mydb in /path/to/principal.php on line 27 > > th

[PHP] PostgreSQL connection problems

2001-09-27 Thread Alberto
Warning: Unable to connect to PostgreSQL server: No pg_hba.conf entry for host myhost, user myuser, database mydb in /path/to/principal.php on line 27 that's $bdConexion = pg_connect ("host=".$bdHost." port=".$bdPuerto." dbname=".$bdBD." user=".$bdLogin." password=".$bdPassword); PHP is alrea