Implementing email address validation

145 views
Skip to first unread message

Haddy

unread,
Oct 10, 2008, 12:36:24 PM10/10/08
to php-email-address-validation
Any tips for implementing the email address validation class? My php
output blanks out whenever I try to initialize the class...

<?php
include("EmailAddressValidator.php");

$validator = new EmailAddressValidator;

// errors out here, no output. Removal of class declaration enables
output...

?>

James

unread,
Oct 19, 2008, 8:52:38 AM10/19/08
to php-email-address-validation
To get this working, I simply removed all class functionality, all the
public and private function declarations and put those functions at
the top of my file.
Reply all
Reply to author
Forward
0 new messages