Call to undefined function: pg_connect().

From: alagu raj <alaguraj_v(at)yahoo(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Call to undefined function: pg_connect().
Date: 2004-10-12 06:12:28
Message-ID: 20041012061228.65681.qmail@web60705.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

hello all,
i was running postgresql-7.4.2 and php-4.3.7 and
apache-2.0.49 on RH-7.3. but the php script is unable
to connect tp pgsql.

<? php
$connect=pg_connect("host=localhost port=5432
dbname=DATABASENAME");
?>

this shows error as: Fatal error: Call to undefined
function: pg_connect().
how can i sort this.
thanks in advance.


_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-10-12 06:28:33 Re: Call to undefined function: pg_connect().
Previous Message Frank Finner 2004-10-02 09:46:07 Re: How to create a new Table in prostgresql from a