PHP security: Will strip_tags() and addslashes() functions solve pretty much every...

Kibby

New member
...problem? And also mysql_real_escape_string() for database queries...?

What other functions are necessary to filter user input?
 
Back
Top