Re: Postgres and php3 don't like each other

1998-12-23 Thread Frank Barknecht
Shaleh hat gesagt: // Shaleh wrote: > > On 21-Dec-98 Frank Barknecht wrote: > > I am playing around with Postgresql and php3 and I cannot make a database > > connection this way. The most simple script fails: > > > > > $database = pg_Connect ("", "", "", "", "template"); > > ?> > > > > Pass

RE: Postgres and php3 don't like each other

1998-12-21 Thread Shaleh
On 21-Dec-98 Frank Barknecht wrote: > Hi all, > I am playing around with Postgresql and php3 and I cannot make a database > connection this way. The most simple script fails: > > $database = pg_Connect ("", "", "", "", "template"); > ?> > Pass user and password in the pg_connect function. Lo