1.

How You Provide Security For Php Application?

Answer»

There are many ways to accomplish the security tasks but the most common 7 ways are

  1. Validate Input. Never trust your user and always filter input before taking it to any operation.
  2. Provide access control.
  3. SESSION ID protection
  4. PREVENTING Cross Site Scripting (XSS) FLAWS
  5. SQL injection vulnerabilities.
  6. TURNING off error reporting and exposing to the site for hackers. Instead use log file to catch exceptions
  7. Effective DATA handling

There are many ways to accomplish the security tasks but the most common 7 ways are



Discussion

No Comment Found