Thread: Help

Help

From
"Edgar Cante"
Date:
Hello I have my data base postgresql installed in linux, but when I want to
make consultations by means of php does not respond to me and it generates
following mensage to me.

Call to undefined function:  pg_connect()



Re: Help

From
pgsql@mohawksoft.com
Date:
> Hello I have my data base postgresql installed in linux, but when I want
> to
> make consultations by means of php does not respond to me and it generates
> following mensage to me.
>
> Call to undefined function:  pg_connect()
>
>
This really isn't the right group for this, but, you need to make sure
that the PostgreSQL interface library is either compiled into PHP (it
isn't by default) or if it is a shared module, that it is loaded in
php.ini.