I'm new to php security and would like to know if the items listed below would help make my site safer.
I'm new to php security and would like to know if the items listed below would help make my site safer.
Interesting, but such measures would you be implementing in the solution?
All these measures are valid but I would also add:
Use token to submit forms.
Validation of client-side and server-side forms.
ACL Settings.
Anyway, there are a number of other factors that would help with security.
I'm not going into details about time and difficulty, some of these things take a while.