Zee Here!!! Postgres Php Connectivity issue.....

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
zsiddiquis
Forum Newbie
Posts: 1
Joined: Thu Jan 19, 2006 4:51 pm

Zee Here!!! Postgres Php Connectivity issue.....

Post by zsiddiquis »

Fatal Err:Call to undefined function pg_connect() in C:\inetpub\wwwroot\test_conn.php

Hi there,
Guys i am so tense due to this error, phpinfo() page doesn't appear the postgres info.
I configured the php.ini file and my installation procedure was manually, i am sending you the test_conn php file.


<?php

$conn = pg_connect("host=localhost port=5432 dbname=postgres password=apps");

?>

I appreciate you in advance......................
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Moved to Web-Servers.
Post Reply