How can I prevent users from forging forms on the PHP or jquery side, I am using Jquery\'s ajax functionality to submit the forms, and this means that tech-wise people can chang
I'm going to go with... you can't. You never trust the user's data; client side verification is always only the first line of defense.