PHP Filter

What is PHP Filter PHP Filter is used to validate (check the valid format) and sanitize (remove unwanted data) the input data received from an external source. The external source can be a user input, output of a query evaluation, web service data, server variables, cookies, etc. There are two kinds of filters: 1.Validating filters: … Continue reading PHP Filter