Sorry if this was confusing.. i am unsure how to explain it.
lets go detailed.
I have a script that runs testing for my sebsite
I have a list of tests for a specific course.
LINK A = Test 1
LINK B = Test 2
Link C = Test 3
Link 4 = Final Exam
Now... when a user takes test one. the script stores information for the user and myself on the database (mySQL) examples. results, number right, pass,fail, etc..
What I need to do and this is my initial issue.
I don't want the user to be able to take the final exam without first taking tests 1 2 and 3
i need to create a way to access information from the database to allow the user to use the link only if the above tests were completed
hope this makes sense now