kepbautista / redbana-ph-payroll-system

Automatically exported from code.google.com/p/redbana-ph-payroll-system
0 stars 0 forks source link

SQL Injections #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Try to read about SQL injections.

Original issue reported on code.google.com by kepbauti...@gmail.com on 9 May 2011 at 3:35

GoogleCodeExporter commented 9 years ago
:-)

Original comment by abraham.darius.llave on 20 May 2011 at 2:53

GoogleCodeExporter commented 9 years ago
We can use this function:
$name_bad = mysql_real_escape_string($name_bad);
to avoid this... Bukas ko nalang i-ttry. :D

Original comment by kepbauti...@gmail.com on 20 May 2011 at 2:54