Email Address Validation Function PHP Code Form HTML Check Correct Valid
Posted On Thu Jun 21, 2007 By pack In Snippets forums topics about simple codes to make programming fun Forums
im writing a script with a form and i want to write a piece of code that will check for a valid email address using php programming, but i am not very familiar with the syntax, i was wondering if you guys can help me figure out how i can write a snippet of a function which verifies and confirms that the email address entered by a user on an HTML form is correct and valid. so basically i need a PHP email vadliation function i can use.
astad Mon Apr 26, 2010
how about if you have a really complicated email how can yo be use its good/
wahoo Thu Jun 21, 2007
try this function:
CODE:
CODE:
function check_email($email) {
$validation = TRUE;
if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $email)) {
$validation = FALSE;
}
return $validation;
}
$validation = TRUE;
if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $email)) {
$validation = FALSE;
}
return $validation;
}
Related Content
Information
Forums »
Snippets forums topics about simple codes to make programming fun »
Email Address Validation Function PHP Code Form HTML Check Correct Valid
Snippets forums topics about simple codes to make programming fun »
Email Address Validation Function PHP Code Form HTML Check Correct Valid
Title: Email Address Validation Function PHP Code Form HTML Check Correct Valid
Description: Email Address Validation Function PHP Code Form HTML Check Correct Valid
Tags: email ,address ,validation ,function ,php ,code ,form ,html ,check ,correct ,valid
Info: This Post Has Been Viewed 0 Times Since
Date: Thu Jun 21, 2007
Author pack Received 2 Replies #1372
Date: Thu Jun 21, 2007
Author pack Received 2 Replies #1372
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5