As I read in many articles, the validation of data must be on the serverside and not on the clientside.
I wondering What actions should I do to ensure the maximum security.
For now I'm doing only one action:
- Using statement + bind_params for any sql query.
If there Is any more actions that I should do?
I would like to know about them.