News Feed
Jobs Feed
Sections




News Archive
DevShed:
Validating IP Addresses with Filters in PHP 5
August 26, 2009 @ 15:52:05

DevShed has posted the seventh part of their "validator" series today. This time they look at validating IP addresses with the filter_var function.

You can surely appreciate this functionality when developing modules, classes, plug-ins, etc. that must perform some kind of strong validation on incoming data. The filter extension comes armed with another handy filter, though, that permits you to check some common things, such as the IP addresses of client machines.

The give an example of using the FILTER_VALIDATE_IP constant to check the IP address format and include the optional FILTER_FLAG_IPV4 check for the IPv4 format.

0 comments voice your opinion now!
validate filter ip address tutorial


blog comments powered by Disqus

Similar Posts

Utah PHP Users Group: PHP-CAPTCHA

PHPMaster.com: Avoid the Original MySQL Extension, Part 1

Engrowe.com: How-to - Convert a RSS feed to JSON in PHP

Content with Style Blog: Deploying PHP applications with Vlad and SVN

PHPMaster.com: Multi-Language Support in CodeIgniter


Community Events











Don't see your event here?
Let us know!


opinion language interview code community testing release composer framework conference introduction development zendframework2 example series api podcast database object functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework