From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: Wrong parameters for odbc_fetch_into odbc_fetch_into($results, <number>, $array) expects a variable to be passed by reference for the second argument. An error is generated for something like: odbc_fetch_into($results, $i++, $array); -- Edit bug report at: http://bugs.php.net/?id=12729&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]