Answer the question
In order to leave comments, you need to log in
What functions should be used to secure forms?
Hello!
What functions in PHP should be used to protect information received from forms, except for trim() and mysql_real_escape_string() for subsequent writing to the database?
Answer the question
In order to leave comments, you need to log in
Both of these functions are unsuitable for protection against sql injection.
Use PDO
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question