I have an extremely simple idea but I needs some help piecing it togather
The SQL Database:
one table with 3 fields.
ID: (auto number, incremental)
Word: just a word
Definition: the definition of that word
Now I want to do this:
have a quiz that a user can take (no results are store anywhere). So basically, there will be a page and the user is asked:
What is the defination of TERM?
1. Random Choose 1
2. Random Choose 2
3. Random Choose 3
4. Correct Answer
[submit]
its very simple since no data is stored in the database.
Where do I start 😕