Problem using php-pgsql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
asumeet
Forum Newbie
Posts: 5
Joined: Sat Feb 04, 2006 6:34 pm

Problem using php-pgsql

Post by asumeet »

I've installed postgres on my windows system. I have problem configuring php with pgsql.

whenever i try to run my application i get an error

Call to undefined function pg_connect() in c:\root\iv\includes\DBOPgsqlClass.php on line 25

I tried searching for php_pgsql.dll extension....
can anyone provide me the link from where i can download that extension.

I have already tried the PHP pecl downloads link. I dint find the extension there.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it is included in the zip download of php.
asumeet
Forum Newbie
Posts: 5
Joined: Sat Feb 04, 2006 6:34 pm

Thanks a lot

Post by asumeet »

Thanks a lot bro for the prompt reply. I really appreciate this. This was my first post and u ppl are just lightning fast. Thanks a lot. Ill download it right now and get back to u ppl in case of any problems.

Thank You
Sumeet
Post Reply