Keep a counter of the rows you have fetched. so when you want to go back call mysql_data_seek ($Result, Counter-1); then mysql_fetch.... and you've got the previous row. Lennin Arriola [EMAIL PROTECTED] -- PHP Database 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]
- FW: [PHP-DB] next & previous record Brunner, Daniel
- Re: [PHP-DB] next & previous record Dreamvale
- RE: [PHP-DB] next & previous record Andrew Hill
- Re: [PHP-DB] next & previous record JJeffman
- Lennin Arriola