man in grey sweater holding yellow sticky note

PHP filter functions

Filtering in PHP is super easy with the built in filter_var() function. Filtering is essential when taking in form input or applying logic to any set of data. This is especially crucial when sanitizing user input in order… Read More