Re: [PHP-DB] undefined function: pg_connect()

2001-12-10 Thread Jason Wong
On Monday 10 December 2001 22:33, Michael Hanna wrote: > I'm running apache 1.3.20 with php 4.0.6 and I'm trying to connect to > pgSQL 7.1.3(OS X 10.1.1). > > I'm certain pgsql support is on..this is from my ./configure o/p: > > checking for PostgreSQL support... yes > > but this code: [snip] >

[PHP-DB] undefined function: pg_connect()

2001-12-10 Thread Michael Hanna
I'm running apache 1.3.20 with php 4.0.6 and I'm trying to connect to pgSQL 7.1.3(OS X 10.1.1). I'm certain pgsql support is on..this is from my ./configure o/p: checking for PostgreSQL support... yes but this code: \n", $row[0]); printf ("First Name: %s\n", $row[1]); printf ("Email : %s