PHP verify an email


Back to programming.


moderator    (2009-03-31)

moderator

PHP verify an email

How to verify an email in PHP ?  This is really easy and can be done in a single line of code, just test this one :

if (preg_match('#^[\w.-]+@[\w.-]+\.[a-zA-Z]{2,5}$#',$_POST['email'])) { }


Now you just have to add it to your registration form

Cheers !


See also


ficgs
More websites

You must register to see these links, as this is a collaborative page, then you may change the order of the links by clicking the icons before the titles.



admin
Other websites

The following links might be less relevant, please change their ranks if you find them useful.


 PHP validate email
webtoolkit

 Validate an E-Mail Address with PHP, the Right Way | Linux Journal
linuxjournal > article/9585&sa=U&ei=sQaAT4zsCeqj0QX4vMDoBg&a

Blue Drop Awards Celebrate Achievements in Open Source Web...
Are you planning to or have you recently migrated to Linux from...

 PHP:Tutorial - Email Verification - PHP Tutorials - CODECALL
forum.codecall > topic/36145

Now that we have a function to verify the email address all you...
Next we are going to use regex in conjunction with the eregi...

 Validate an E-Mail Address with PHP, the Right Way | Linux Journal
linuxjournal > article/9585

DVD to New iPad 3 Mac-DVD New iPad 3 Converter Mac OS X...
Are you planning to or have you recently migrated to Linux from...

 PHP: Validate filters - Manual
php > manual/en/filter.filters.validate.

When validating floats, you must use the Identical/Not identical...
Notably missing is a way to validate text entry as printable,...

 PHP Email address validation with Verify probe « TIENHUIS Networking
tienhuis

SQL based IP access control for Apache using PostgreSQL and...
Due to heavy abuse of the simple demo page I had to remove that and...

 Verify a User's Email Address Using PHP - SitePoint
sitepoint > users email address

var cities_US, cities_GB, cities_AU, default_city, cities =...
SitePoint » Learn CSS | HTML5 | JavaScript | Wordpress |...

 Verifying email address
phpeasystep

// Retrieve data from table where row that match this passkey...
CREATE TABLE `temp_members_db` ( `confirm_code` varchar(65)...

 How to Implement Email Verification for New Members | Nettuts+
net.tutsplus > tutorials

To add a code snippet to your comment, please wrap your code...
and create a user account that has access to that database in order...
Rollover to read this author's bio or click through to see a full...

 PHP: Verify And Sanitize Email Address
cyberciti > faq

'Invalid Input - an error has occurred when trying to send this...
How do I verify input data such as email address under PHP...
20 Linux system monitoring tools every sysAdmin should...

 Email Address Verification with PHP - PHP
devshed > c/a

 How to check if an email address exists without sending an email? - PHP, Web and IT stuff
webdigi > blog/2009/how to check if an email address exists without sending an e

can anyone present us the implementation of this solution in VB6 ?...
Use PHP To Check Whether Remote URL, Email Or Image Link Exist...

 Validate an email address using regular expressions - Totally PHP
totallyphp > validate an email address using regular expressions

 Email Activation For Registration Forms | Learn PHP Online
learnphponline > scripts/email activation for

##User isn't registering, check verify code and change activation...
CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL...
SQL Injection: How To Prevent Security Flaws In PHP /...

 Email Verify requires the server of a version of PHP 5.3 on Windows? | drupal.org
drupal > node/508004&sa=U&ei=sQaAT4zsCeqj0QX4vMDoBg&ved=

// getmxrr() support for Windows by HM2K function...
if(!function_exists('checkdnsrr')){ function checkdnsrr($host,...

 Email Verify requires the server of a version of PHP 5.3 on Windows? | drupal.org
drupal > node/508004

// getmxrr() support for Windows by HM2K function...
if(!function_exists('checkdnsrr')){ function checkdnsrr($host,...
Email Verify requires the server of a version of PHP...

 Check Email: Test Email Checker, Verify Email Address Search - Free Email Lookup
ipaddresslocation > email lookup/check email.

If you would like to find, verify, test and check emails then...

 verify email address - PHP
bytes > topic

Didn't find the right answer? Post your question on Bytes!...
Hello, on 04/02/2005 08:09 AM vishal said the...
Convert query, table or SQL to web forum compatible...

 Email verify PHP Script - Webmaster Forum
v7n > forums/coding forum/261796 email verify

I am Completed like this script but I am facing the...
I want to Email verify the yahoo email id without...

 PHP Email Validator - Email MX DNS Record Check | PHP Zone
php.dzone > news

Java Profiling with VisualVM: X-Ray Vision for Dramatic Performance...
When Making Apps, It’s the Little Things That Matter…...

 php verify email codes
forums.digitalpoint > showthread.

 PHP Verify Mail | Free software downloads at SourceForge.net
sourceforge > projects

 Need help with verify.php to email successful form data to me
tectite > vbforums/showthread.

data comes through in error message but not in successful...
Email is being sent but not all form data is being...
Hi, Did you follow the instructions in the Tectite...

 Email Address Validation - Added Bytes - Brighton Web Application Development
addedbytes > lab/email address validation



Response  
 

Guest name   (option)     Register
Please sum : 9652 + nine  




Trackbacks : If you talked about this article in your blog or website, you may instantly get a backlink 
There's no trackback at the moment.