News Feed
Jobs Feed
Sections




News Archive
Builder.com.au:
Simplify e-mail validation routines with PHP
November 28, 2005 @ 06:21:23

In this new tutorial from Builder.com.au today, they seek to help you simplify the validation of email addresses with the help of a little PHP.

A very common task when building Web sites involves validating user-supplied e-mail addresses. This is of particular importance to sites which require a valid e-mail address for transactions -- e-commerce sites, Web mail sites, mailing lists and so on.

If your Web site uses PHP, however, you're in luck. It's extremely easy to validate user supplied e-mail addresses in PHP, thanks largely to a very powerful regular expression engine built into the language. In this article, I'll demonstrate how easy it is.

They choose the preg_* functions to make their matches, giving you the sample code and regular expression string to help you validate the most. They describe what the expression does, but don't look for an introduction to regular expressions here...

1 comment voice your opinion now!
email validation email validation


blog comments powered by Disqus

Similar Posts

DevShed: Validating Incoming Data by Using Polymorphism with Objects in PHP 5

Zend Developer Zone: Observer pattern in PHP

WebReference.com: Security Techniques

DevShed: Coding Folders for a PHP Email Application

Devshed: Email Management Details


Community Events









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


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

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