Does anyone know how to move throughout the database (mysql) I need to know how to move to the next row in a database or the previous or the first or last. please help.
Check out the docs http://www.php.net/manual/en/function.mysql-fetch-row.php
Hank