News Feed
Jobs Feed
Sections




News Archive
Paul Gregg's Blog:
PHP algorithms Determining if an IP is within a specific range.
April 28, 2009 @ 09:25:39

Paul Gregg has shared a method he's come up with to determine if a given IP is within a selected range.

Unfortunately although people usually understand that an IP address is simply an unsigned 32 bit integer, and is easily determined, usually with $_SERVER['REMOTE_ADDR'], where the real challenge is - is in specifying the range within which they wish to check that IP address. IP ranges are usually specified in three common ways (in increasing complexity): wildcard, start-end range, classless inter-domain routing.

He looks at each method and includes descriptions and code examples as well as a link to the source code and a live demo of it in action.

0 comments voice your opinion now!
algorithms ip address specific range three method wildcard cidr startend


blog comments powered by Disqus

Similar Posts

DevShed: Validating IP Addresses with Filters in PHP 5

DevShed: Building Sample Programs for an IP-to-country Mapping Application

DevShed: Using Introspective Methods with the DirectoryIterator Class in PHP 5

Echolibre Blog: Customising Zend Framework Routing

The Bakery: Some ideas to organize your CSS files and autoload them in CakePHP


Community Events











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


development release community podcast opinion unittest series tool language interview zendframework2 code functional example introduction conference testing framework phpunit object

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