ok, I have got a game of checkers built primarily out of PHP. I use an <a href> around the pictures to allow users to click on the checker of their choice. In that URL I store all the information about the next pages board layout (so the URL is filled with a lot of variables tacked on to it). The problem is, that if a user wanted to cheat, they could just change the variables in the url by hand. My question is, is there a way to prevent this from happening (the cheating), and still use my hrefs with the variables tacked on to it? If not, how would you do such a thing? thanx in advance.