Geekography Unpublished

Input sanitization

1 photo

or Data sanitization means that you remove all dangerous characters from an input string before passing it to the SQL engine. It's prevents SQL injection attac

Input sanitization