Re: Security in PHP Hi, PHP secure in web development below here : Input Validation :
--------------------- - All user inputs are unreliable and can’t be trusted.
- Need for validating any user input before use :
- Unexpected Modification by the user
- Intentional attempt to gain unauthorized access to the
- application
- Attempt to crash the application by the malicious users
__________________ Regards,
Senraj.A
Last edited by senraj : 03-20-2008 at 05:26 AM.
|