Search found 1 match

by OldJames
Mon Jul 24, 2006 2:20 pm
Forum: PHP - Security
Topic: SQL injection protection
Replies: 2
Views: 1268

SQL injection protection

I'm writing a small bulletin board system for a pre-existing code base. Im to use a pre-existing uthentication class. this class uses URLEncode() on the user name to avoid any malicious code being injected. Is URLEncode sufficient in this case? Is there a way that a malicious user could still perfor...