Welcome to the home page
Filer input: Add a number to the "string" var in the query string: (E.g: http://localhost/test/filter-input/?string=test123) 1. Whitelist Filtering ============================================ $_GET['string']: TRUE: "test" Contains only alphabetic characters $_GET['string']: TRUE (Static method) 2. Blind Filtering ============================================ $_GET['string']: test