The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Verifying Email adress (Script)

istanbul

New Member
affiliate
PHP:
if(preg_match("/[A-Za-z0-9_.-]+@([A-Za-z0-9_]+\.)+[A-Za-z]{2,4}/i", $email))
	return true;
else
	return false;


From my library...​
 
MI
Back