-3

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.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Twuffin
  • 17
  • 1
    "If it is possible": yes it is, ask for the advice, there are plenty of tutorials out there. – 0yeoj Feb 06 '17 at 02:15

1 Answers1

0

Yes this is possible.

Your question is quite broad, but as you said you don't want code but rather just a push in the right direction so you know it's possible I'll give some pointers:

Good luck!

Community
  • 1
  • 1
b85411
  • 9,420
  • 15
  • 65
  • 119
  • 1
    Your answer is well formed and give some general advises to start make a working code. But, please, [don't link to W3Schools website](http://www.w3fools.com/) ! – Damien Flament Feb 06 '17 at 02:30