What are php filter extensions?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

What are php filter extensions??

what are filter extensions and why it is used??

9th Oct 2017, 5:52 PM
sinchana mn
sinchana mn - avatar
1 Resposta
+ 3
When expose a web page to the internet, that have form input, is strongly discouraged the direct use of the input data in your app. Rather sanitize and validate every input using filters, to avoid compromise the security of the app, and the data stored by it.
10th Oct 2017, 12:02 AM
ā©ā–¶Clauā—€āŖ
ā©ā–¶Clauā—€āŖ - avatar