Hi all, thanks in advance for some help here...
I know the trick to generate a unique session token on a form page, echo that in a hidden field in a form, and then on the post page compare the two to see if they are the same to prevent form spoofing.
But what if the page is post-ing to itself instead of another? I don't know how to get around that in a "best practice" sort of way but am trying to find that info...
any pointers there with a tiny example please?
thanks again!
phpnoob