Problem Solving skill - the wrong way around

time to read 1 min | 68 words

A friend just sent me this:

sqlsecure.png

secureStr("select 1 from Users where name = '' dro;p table Users"

You would think that people who are aware of sql injection would understand about parameterized queries!