News Feed
Jobs Feed
Sections




News Archive
DevShed:
Validating URL Protocols, Hosts and Paths with Filters in PHP 5
August 20, 2009 @ 10:45:59

DevShed continues their validation series today with this new tutorial, a look at validating URLs, host and paths with the filter extension bundled with PHP.

Validation process performed on URLs [in the previous part of the series] was pretty simplistic. Thus, in this sixth episode of the series I'm going to dig deeper into the usage of the FILTER_VALIDATE_URL filter to show you how to validate different portions of a URL, including its protocol, host and eventual paths.

They enforce the filtering by adding in the FILTER_FLAG_SCHEME_REQUIRED or FILTER_FLAG_HOST_REQUIRED flags to the filters to ensure the information is valid too (not just in the right format).

0 comments voice your opinion now!
tutorial filter url host path validate


blog comments powered by Disqus

Similar Posts

Chris Shiflett\'s Blog: ZF Tutorial Update

James Morris' Blog: Deploy a Silex App Using Git Push

DevShed: Building PDF Documents with PHP 5

DevShed: Building PDF Documents with PHP 5

DevBuilder: Building XML Web Services with PHP NuSOAP


Community Events











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


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

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