Begginer PHP coder here
The file that's included on the page has two variables I would like to change: $keystones and $puzzle1.
When a user solves a puzzle, they proceed to a 'solved' page. At that page, I would like to add a value to $keystones, as a reward and then mark $puzzle1 true, so the user cannot go back to the page and 'cheat' (keep increasing their keystone amount).
I have sorted out the file includes (I modified a login script that uses sessions... it takes the session variable $user and recalls that user's unique character file, if you will).
I have some experience with PHP and I have been looking around for some answer to my problems.
Thanks for any help,
~galadrix