Nettuts+ Author - Joe Topjian

PG

Visit Joe Topjian's Website

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.


Posts by Joe Topjian

Sanitize and Validate Data with PHP Filters

Sanitize and Validate Data with PHP Filters

Jan 15th in PHP by Joe Topjian
73

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.

Continue Reading