What are php filter extensions?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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