What are php filters?
Answer / Arvind Verma
PHP filters are functions used to sanitize user input to help prevent malicious attacks such as Cross-Site Scripting (XSS) and SQL Injection.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we submit a form without a submit button?
2 Answers Rushmore Consultancy,
Explain me what is the use of header() function in php?
What is list in PHP?
Why php 7 is faster?
How to create a text file in PHP?
What does $_cookie means?
What is good average session duration?
Tell me what is the main difference between require() and require_once()?
Are static variables final?
How to Retrieve the Session ID of the Current Session?
Is php closing tag necessary?
What are the differences between PHP 3 and PHP 4 and PHP 5?