Hi
Following is the function for connecting Postgresql database:
$conn = pg_Connect("host=127.0.0.1 port=5432 dbname=test user=username password=pwd ");
web server is Apache
But i am getting following error
Fatal error: Call to undefined function: pg_connect() in /home/sites/home/web/sample/pgresql.php on line 14
i am not able to connect to PostGre DB
Can anyone help me on this
My Emailid : nigs@usindia.com
Nigam Chheda