In PHP, ho sempre usato questo per rappresentare input e textareas:
$foo = trim(htmlentities($_POST['foo'], ENT_QUOTES); // the trim is to prevent empty submissions
Può essere valido anche per prevenire attacchi di SQL injection?
...
posta
17.05.2016 - 06:05