I want to be able to have a user submit a high score through a html form and then using that I'll be able to easily just put it into a database.
But the input names of the forms get displayed in the html.
So in other words someone can just go straight to the submission page and add ?inputname1=XXX&inputname2=xxx
and so on.
is there any way to hide the input names so they can't see them and get around it that way?