I have created a form for users to populate a database and can display it back in table form. What I'm trying to do is get it to populate a form, preferably one record at a time so I can validate the information (accept it to a final searchable database) or decline (delete from initial database)
At present I don't want to be handed the code as I am trying to learn how to do it. Really I am just after information as to whether this is possible to do.
The end result is going to be a searchable database but I need a way of manually verifying that the data is correct and relevant to the site. Any advice on how best to do this would be appreciated.