Re: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in .....

2002-07-18 Thread Miles Thompson
Is PostgreSQL started with the -i switch? (I think that's the one; it exposes it to tcp/ip connections.) Check your PGSQL docs to be certain. Have you run a page with phpinfo? Is PostgreSQL support compiled into your installation of PHP? This is a file consisting of , named phpinfo.php. Again,

RE: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Fotwun
your own server. > -Original Message- > From: Rodolfo Napoles [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 1:43 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Fatal error: Call to undefined function: > pg_connect() in ... > > > Is there a way to

Re: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Rodolfo Napoles
Is there a way to configure php (through the conf file?) to support the pg commands? Is there a manual (link) where I can find how to compile postgreSQL support into PHP? does it mean to compile PHP ? Thanks Rick Emery wrote: > This means that PostgreSQL support was NOT compiled into PHP. Ther

RE: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Rick Emery
This means that PostgreSQL support was NOT compiled into PHP. Therefore, you cannot use PostgreSQL commands. -Original Message- From: Rodolfo Napoles [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 2:17 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Fatal error: Call to undefined f