What are php filters?



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

Post New Answer

More PHP Interview Questions

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?

1 Answers  


What is list in PHP?

1 Answers  


Why php 7 is faster?

1 Answers  


How to create a text file in PHP?

1 Answers  


What does $_cookie means?

1 Answers  


What is good average session duration?

1 Answers  


Tell me what is the main difference between require() and require_once()?

1 Answers  


Are static variables final?

1 Answers  


How to Retrieve the Session ID of the Current Session?

1 Answers  


Is php closing tag necessary?

1 Answers  


What are the differences between PHP 3 and PHP 4 and PHP 5?

2 Answers  


Categories