[PHP] PHP Warning: ['xxxx']: Unable to initialize module

2002-05-30 Thread Steve G
Hello, I'm running Linux 7.2 and apache. Also PostgreSQL. After upgrading from 4.0.4 I receive all of these errors and I have no idea what API=xxx means. I followed the instructions for upgrading to 4.2.1 and everything apparently went well, but still have module errors. Also, phpinfo()

Re: [PHP] FATAL call to undefined function pg_query()

2002-05-29 Thread Steve G
that question. -steve - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 11:17 PM Subject: Re: [PHP] FATAL call to undefined function pg_query() On Wednesday 29 May 2002 11:37, Steve G wrote: Fatal error: Call to undefined function

[PHP] PostgreSQL - WHILE loop working too well / WARNING: Unable to jump to row 2 on PostgreSQL...

2002-05-29 Thread Steve G
I do not understand why PHP is trying to pull row 2!! I want to create an array of data and construct a table from a query. The echo of $rows shows 2 rows, so if I'm setting my variable to 0 and incrementing with each loop, it doesn't make sense to me why it tries to pull row 2. It should stop

[PHP] FATAL call to undefined function pg_query()

2002-05-28 Thread Steve G
Hello, I don't know exactly why I'm getting this output: Fatal error: Call to undefined function: pg_query() in /var/www/html/steve/frontdoor.php on line 42 I can successfully connect to my db using: $link = pg_connect (host=localhost dbname=$dbname user=$user); And I even get the proper