I'm am trying to put together a "quiz" of sorts (okay, football pool) on my website.
I have a database established and a input form completed. Now I just need to figure a way to determine results.
Conceptually, I was hoping to be able to have each person use the input form to put in their selections. Then, use a "control" name to be used as the correct answers. I was hoping to then be able to compare each person's selections with the correct answers and add up the number of times they match. I would like to then output this into a table (to show standings).
Thoughts on best way to get this to work?
Thanks.
Brian