i woiuld like to view the result of forms that have been submitted. viewing a form submission via columns and rows isnt the problem. what is the problem is that i would like to view the form submissions via the same form template that was used to submit the form. i know that all the fields would be like
echo $_post['name'];
for the name fields and similar for all the other fields that i want to see the results from. but what makes this results page unique is this. i want to have a 3 buttons: 'NEXT' 'PREVIOUS' 'UPDATE'. the NEXT button would go to the next form. the PREVIOUS button would go to the previous form and the UPDATE button would update any fields that are filled in on that page. the reference number is the id that separates one set of results from another. the NEXT and PREVIOUS buttons are like that found on a guestbook whereby you can read the next submission or previous submission. the UPDATE button updates the form when a field is completed. help with this would be brilliant. i would like to know how to start this off