>>7
Christ, you literally only have to fill in the blanks: $query = "SELECT NAME, CITY, EMAIL WHERE FANID = '' or '' = ''";
See how FANID = '' or '' = '' is always true? Your code is vulnerable to SQL injection attacks.
Name:
Anonymous2010-12-20 14:52
>>8
For the purpose of my shitty internet programming class, vulnerabilities are irrelevant. I just need something that works.