View Single Post
  #6 (permalink)  
Old 28-03-2008, 08:44 PM
Arkady's Avatar
Arkady Arkady is offline
Dalek Lover
 
Join Date: Apr 2007
Location: Glasgow
Gender: Male
Posts: 1,498
Default

Quote:
Originally Posted by prydie View Post
Were do you suggest that there is sql injection? There is only one query and that has addslashes on the only user inputed variable.
I'm sorry , but the addslashes class doesn't afford you any protection against SQL injection attacks. You have to detect malicious user input pro-actively using advanced error rejection exception techniques, or regular expression string rejection constructs.
__________________
Just loving the whoness of it all.
Reply With Quote