Browsing Author

Joe Topjian

I'm Joe Topjian from Calgary, Alberta. I'm seeing how long I can hack it as a freelance Systems Administrator and Web Developer before I have to go back to a cube.
Author Feed

Sanitize and Validate Data with PHP Filters

Sanitize and Validate Data with PHP Filters

Data validation is an integral part of working with forms. Not only can invalid submitted data lead to security problems, but it can also break your webpage. Today, we’ll take a look at how to remove illegal characters and validate data by using the “filter_var” function.