Re: RES: [PHP] email address syntax checker

2011-01-21 Thread Richard Quadling
On 21 January 2011 11:38, a...@ashleysheridan.co.uk wrote: > That won't accept dozens of different types of email addresses. It won't even > match some value domains. > > Valid email addresses can contain virtually any character in the local part > (although in the main they will require being i

Re: RES: [PHP] email address syntax checker

2011-01-21 Thread a...@ashleysheridan.co.uk
That won't accept dozens of different types of email addresses. It won't even match some value domains. Valid email addresses can contain virtually any character in the local part (although in the main they will require being inside quotation marks), and the @ symbol is included in that! Thank