note 102400 added to function.eregi
[email protected] Fri, 11 Feb 2011 12:09:34 -0800
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Too many email regexps get it wrong and limit the ability of people to use many valid email addresses. Plus there is active/serious discussion on many websites about what actually is a valid email address. So filter_var($email, FILTER_VALIDATE_EMAIL) should be used (although not perfect yet) or a very complete function like http://code.google.com/p/isemail/ for the simple reason that they are maintained to conform to the latest state of affairs. ---- Server IP: 69.147.83.197 Probable Submitter: 94.215.7.246 ---- Manual Page -- http://www.php.net/manual/en/function.eregi.php Edit -- https://master.php.net/note/edit/102400 Del: integrated -- https://master.php.net/note/delete/102400/integrated Del: useless -- https://master.php.net/note/delete/102400/useless Del: bad code -- https://master.php.net/note/delete/102400/bad+code Del: spam -- https://master.php.net/note/delete/102400/spam Del: non-english -- https://master.php.net/note/delete/102400/non-english Del: in docs -- https://master.php.net/note/delete/102400/in+docs Del: other reasons-- https://master.php.net/note/delete/102400 Reject -- https://master.php.net/note/reject/102400 Search -- https://master.php.net/manage/user-notes.php