1.

How many types of filtering are present in PHP?(a) 3(b) 2(c) 4(d) NoneI have been asked this question in an interview.The origin of the question is PHP Filter topic in chapter Error Handling and Exception Handling in PHP of PHP

Answer»

The correct answer is (B) 2

The best I can explain: There are two main types of filtering: VALIDATION and sanitization.



Discussion

No Comment Found

Related InterviewSolutions