[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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 [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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 function works?

Good point. A quick click to the manual page at 

   http://www.php.net/odbc_fetch_array

reveals that you're not the first person to notice this, and someone has 
provided a workaround. The manual is a good first place to go when dealing 
with problems. You don't have to wait for people to respond, and you don't 
take time away from solving more complex problems that aren't immediately 
addressed in the manual.

Like how I turned my mistake around into a lecture at you? That's what I 
learned in management school.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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, 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 function works?

 Good point. A quick click to the manual page at

http://www.php.net/odbc_fetch_array

 reveals that you're not the first person to notice this, and someone has
 provided a workaround. The manual is a good first place to go when dealing
 with problems. You don't have to wait for people to respond, and you don't
 take time away from solving more complex problems that aren't immediately
 addressed in the manual.

 Like how I turned my mistake around into a lecture at you? That's what I
 learned in management school.

 miguel


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php