[PHP] odbc_fetch_array() Not Available?

2002-03-27 Thread eric.coleman
I am running php 4.1.1, and when i try to use odbc_fetch_array, it says Call to undefined function Why is this? Thanks, Eric

Re: [PHP] odbc_fetch_array() Not Available?

2002-03-27 Thread Miguel Cruz
On Wed, 27 Mar 2002 [EMAIL PROTECTED] wrote: I am running php 4.1.1, and when i try to use odbc_fetch_array, it says Call to undefined function Why is this? Maybe your installation of PHP was not built with ODBC support? It's a compile-time option. miguel -- PHP General Mailing List

Re: [PHP] odbc_fetch_array() Not Available?

2002-03-27 Thread eric.coleman
Well, why would all the other ODBC function works? Thanks, Eric - Original Message - From: Miguel Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 5:58 PM Subject: Re: [PHP] odbc_fetch_array() Not Available? On Wed, 27 Mar 2002

Re: [PHP] odbc_fetch_array() Not Available?

2002-03-27 Thread Miguel Cruz
On Wed, 27 Mar 2002 [EMAIL PROTECTED] wrote: I am running php 4.1.1, and when i try to use odbc_fetch_array, it says Call to undefined function Why is this? Maybe your installation of PHP was not built with ODBC support? It's a compile-time option. Well, why would all the other ODBC

Re: [PHP] odbc_fetch_array() Not Available?

2002-03-27 Thread eric.coleman
Good one.. hehe Maybe Rasmus was going to notice this, and fix it ;P Hehe, Eric - Original Message - From: Miguel Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 6:41 PM Subject: Re: [PHP] odbc_fetch_array() Not Available? On Wed