News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
An introduction to PEAR's Validate package
July 26, 2006 @ 12:22:49

On PHPBuilder.com today, there's a new article introducing yet another valuable PEAR package - PEAR::Validate.

Poor validation is a key weakness many scripts are guilty of, enabling security exploits. The Validate package can be used to validate any data, and is especially useful for validating user input.

There are also related packages that apply specific validation rules according to geographic location. I don't cover these packages in this article, though once you've grasped the basics of the main Validate package, using these won't present much of a challenge.

They introduce the package by showing a quick install of it, including dependencies. From there, it's examples of different validation types:

  • email addresses
  • numbers
  • strings
  • dates
  • URLs

And it wouldn't be a tutorial without some code, so for each example there's a snippet or two and a breakdown of its usage.

1 comment voice your opinion now!
pear package introduction tutorial email string number date pear package introduction tutorial email string number date


blog comments powered by Disqus

Similar Posts

PHP-Tools Blog: I18n and such

php|architect: Two New ART Articles (CakePHP and More Flex)

Josh Holmes' Blog: Hello World Azure in PHP

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension

Giulio Pons' Blog: Facebook Connect Tutorial


Community Events









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


tool release interview introduction functional language framework testing code composer api example object zendframework2 event community opinion podcast unittest development

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