Query to Protect Against MySQL Injection via Login Form
$username = stripslashes($username); $password = stripslashes($password); $username = mysql_real_escape_string($username); $password = mysql_real_escape_string($password);
Cheers,
Ujjwal Soni
-- In Dreams And In Love There Are No Impossibilities --
No comments:
Post a Comment