Re: [GENERAL] PHP-Postgres link

2000-04-11 Thread Serj MD
'$uname','$passwrd1', '1')"; > > Also "LOGIN" might be a reserved word, it would be better if you put another > name for your table. > > > Regards > Omid Omoomi > > >From: "Ramses v. Pinxteren" <[EMAIL PROT

Re: [GENERAL] PHP-Postgres link

2000-04-09 Thread Charles Tassell
Try replacing $connection = pg_connect("", "", "", "users"); with $connection = pg_connect("dbname=users") or you might want to try $connection = pg_connect("dbname=users user=nobody") At 11:53 AM 4/9/00, Ramses v. Pinxteren wrote: >Hi, > >I am running PHP under APache with a link to a postgr

Re: [GENERAL] PHP-Postgres link

2000-04-09 Thread Tatsuo Ishii
> I am running PHP under APache with a link to a postgres database. It gives > me a headache because it is not working. > > I am running Apache as nobody, and I have made a Postgres user also named > nobody. > > I made a postgres database users (as nobody: createdb users) and with psql a > datab