What are php filter extensions?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
+ 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