Update21.php
Remove single quotes for $user and $pass inside $query, since $pdo->quote() will quote the string for use in a query.
This commit is contained in:
Reference in New Issue
Block a user
Remove single quotes for $user and $pass inside $query, since $pdo->quote() will quote the string for use in a query.