PHP Security (Form, Password Encryption, Fake Options)
Introduction:
This tutorial will cover adding security in to your forms with PHP/HTML.
Pre-creation:
I am going to be using my login form as an example for this page, you can find my tutorial on a login form here; Login Form Tutorial.
What security flaws are there?
Whenever a user enters data in to your web forms the data gets processed as it is, and as such, needs the creator to add in security checks.