Thread: Security in PHP
View Single Post
  #16 (permalink)  
Old 03-20-2008, 04:26 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post 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.
Reply With Quote