Popular Posts
Tools and Tips
Search
Archives
Articles I've written or found enjoyable.
Monday, August 25. 2008
Data Filtering Using PHP's Filter Functions - Part one
Filtering data. We all have to do it. Most, if not all of us, despise doing it. However, unbeknown to most are PHP's filter_* functions, that allow us to do all sorts of filtering and validation. Using PHP's filter_* functions, we can validate and sanitize data types, URLs, e-mail addresses, IP addresses, strip bad characters, and more, all with relative ease. This is part one of two, covering filter_var() and the different constants and flags that can be set.Continue reading "Data Filtering Using PHP's Filter Functions - Part one"
Posted by Joey
in Articles, How to, News, PHP, Resources, Tips & Tricks
at
11:14
| Comments (5)
| Trackbacks (0)
