Thread: PHP security
View Single Post
  #2  
Old 09-12-2006, 11:28 AM
sacnite sacnite is offline
OSP Starters
 
Join Date: Sep 2006
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
sacnite is on a distinguished road
Default

Never trust your users, Validate everything, Initialize your variables, Check user privileges on every page if you're using access control, Understand XSS, Understand SQL Injection, Do not display PHP errors to users, Turn off register_globals (defaulted to off in php 4.2.0+), CAPTCHA for spam. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - PHP security
Thread: PHP security
View Single Post
  #2  
Old 09-12-2006, 11:28 AM
sacnite sacnite is offline
OSP Starters
 
Join Date: Sep 2006
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
sacnite is on a distinguished road
Default

Never trust your users, Validate everything, Initialize your variables, Check user privileges on every page if you're using access control, Understand XSS, Understand SQL Injection, Do not display PHP errors to users, Turn off register_globals (defaulted to off in php 4.2.0+), CAPTCHA for spam. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote