so a bunch of people from my school have been testing out my game, and each time they play, it opens a url to submit their score to an online scoretable.
the only problem is, someone has already found out how to manipulate the url to add fake scores.
my question is: how can i get the url to look like something crazy and uninterpretable, but will still be interpreted by the php for what it is?
there are 2 feilds. there is the nn feild which is for name, and there is the ns feild which is for score. i want the name and score to still submit, but look like something crazy and weird in the url so nobody can add their own fake scores.
can anyone help me here?