Ok, here is a simple viewer with a paging system built in.
This will allow you to flip through the records.
I included a reset in case you want to reset it back to the beginning.
This program uses $_SESSION arrays to store the records, so it only queries the database once.
Use the reset to force the database to be queried again and reset the pointer ($ct) to the first record.
Copy and save this program with a file name like viewer.php
Then ftp it to your site in the same location as the other program.
Then you can use it by typing in you web address and viewer.php.
Example:
http://YourWebAddress.com/viewer.php