Loading...

Tag: securing web application

Securing PHP Web Applications

1) Always validate data in the server side before processing it, even though you are validating in the client side using jQuery/JavaScript. 2) Never  trust user inputs. We should always [ … ]