Working on a project, and I have my entire page(s) typed out in html so that it looks like a jeopardy board. Category scores link to questions, that link to answers that link back to the main jeopardy board.
I'm trying to figure out if I can create some php code that allows me to keep track of the links clicked so a user cannot reclick the link and when all 25 links have been clicked (when you return to the main board after the 25th question) it will redirect to a "thanks for playing" page.
Can anyone point me in a beginning direction? I have no idea where to start, all my pages are .html, and i've tried looking everywhere but nothing makes sense. And to clarify, my .html are nested tables so each cell is
<td><a href="qc100.html">100</a></td>
Thanks in advance!!

New Topic/Question
Reply



MultiQuote







|