Open bonezy76 opened 8 years ago
please can this class handle issue of xss attack and sql injection ?
for sql injection, it seems when writing a where clause, you need to do as such: where('slide_id = '.security($_GET['slide_id'])); the class uses the security function for you; take a look to see the usage.
please can this class handle issue of xss attack and sql injection ?