Help with pg_connect() command. - Mailing list pgsql-novice

From Steve Kershaw
Subject Help with pg_connect() command.
Date
Msg-id 20030510232054.46709.qmail@web12101.mail.yahoo.com
Whole thread Raw
Responses Re: Help with pg_connect() command.
List pgsql-novice
Hello,

I'm having problems connecting to a postgre database
from my PHP code. The code I'm using is:

  $conn = pg_connect("host=localhost port=5432
dbname=movies ")
  or die("Couldn't make a connection");

And the warning message I get is:

Warning: pg_connect() unable to connect to PostgreSQL
server: could not connect to server: Connection
refused Is the server running on host localhost and
accepting TCP/IP connections on port 5432? in
/var/www/html/testpostgre.php on line 11
Couldn't make a connection

Am I missing anything here? Thanks in advance for your
help.

Steve


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


pgsql-novice by date:

Previous
From: Terence Ng
Date:
Subject: Multilingual database
Next
From: Terence Ng
Date:
Subject: Re: [ADMIN] Multilingual database