Jump to content

email validation


RobertP

Recommended Posts

so i tried to search and got this lovely message..

Unable to access the search daemon

 

i need a script to validate email's, ALL emails, not just the popular ones (eg: hotmail,gmail.etc).

 

i have this..

	if(!preg_match("/^[a-z0-9]+([_\\.-][a-z0-9]+)*@([a-z0-9]+([\.-][a-z0-9]+)*)+\\.[a-z]{2,}$/i",$email)){
		$style->set('page_error','Invalid email adress.');
	}

 

is this correct? i found on google..

 

PS: Someone should make a sticky and add a cheat-sheet table to it ...

 

Link to comment
https://forums.phpfreaks.com/topic/247551-email-validation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.