Whoops! I forgot the code!! function db_get_n_row($dbh, $row, $currentRow, $nextRow) { while (($row) && ($currentRod != $nextRow)) { ibase_fetch_row($row); $currentRow++; if ($currentRow == $nextRow) { return $row; } else { return 0; }; }; }; -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General 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]
- [PHP] Passing a query result Todd Cary
- Re: [PHP] Passing a query result Toby Butzon
- Re: [PHP] Passing a query result Todd Cary
- Re: [PHP] Passing a query result Todd Cary
- Re: [PHP] Passing a query result Toby Butzon
- Re: [PHP] Passing a query result Todd Cary