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