I have a html form post. anyone on the web can access the page and submit the form,
but how can I be sure that the form was submitted using my page? you problem you that anyone can snif over the network, check the http post request and replicate it
my issue is that i don't have users, so really anyone can access the page, but i want the form to be submitted using my page
what are my option?
my server side is php