note 102667 deleted from filter.filters.validate by danbrown

[email protected] Mon, 28 Feb 2011 06:41:12 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: Dave 

----

as per Clifton's example code, i can confirm Tomas is correct if using PHP 5.3.1.

Both examples validate on 5.3.1, whereas on on 5.2.14 Clifton is correct and the example minus the .com will not validate

// version of php using the latest Xampp on localhost
PHP Version: 5.3.1
clifton@example
string(15) "clifton@example" 

PHP Version: 5.3.1
[email protected]
string(19) "[email protected]" 

// online server 
PHP Version: 5.2.14
bool(false) 

PHP Version: 5.2.14
[email protected]
string(19) "[email protected]"