i have seen a lot but no sure the best way to use them - SQL Injection stripslashes(strtolower($username)); $dbc->real_escape_string($_POST['username']); mysqli_real_escape_string($_POST['username']); etc
Subscribe to:
Post Comments (Atom)
i have seen a lot but no sure the best way to use them - SQL Injection stripslashes(strtolower($username)); $dbc->real_escape_string($_POST['username']); mysqli_real_escape_string($_POST['username']); etc
Post a Comment