My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany

Validate an Email address in PHP
Code Example:

This example uses just one of the methods in the function library (class). The library contains several other functions you can use.

<?php 
	$ev = new Java("com.cfdev.mail.verify.EmailVerifier");
	if ( $ev->validateEmailAddress("fake@hotmail.com") ) {
		print "valid email address";
	}
	else {
		print "invalid email address";
	}
?>

Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement