Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: UPDATE users SET fname='$fname',lname='$lname',username='$user',password='$pass',role='$role',status=$status where id=$id Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 $id=$_POST['id']; $fname=$_POST['txt_fname']; $lnam Source: http://pastebin.com/raw.php?i=DxPPpCrr
↧