Re: [PHP] Re: email validation regex

2005-09-17 Thread Robert Paul
ds for now... i haven't run across any php script/regex that's as comprehensive as the perl "Email::Valid" -bruce -Original Message- From: Robert Paul [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 7:13 PM To: php-general@lists.php.net Subject: [PHP

[PHP] Re: Qt like Signals and Slots (Idea + Implementation)

2005-09-16 Thread Robert Paul
For anyone unfamillair with Signals and Slots, have a read: http://doc.trolltech.com/3.3/signalsandslots.html It certainly cleared things up for me a bit. I'll comment in a bit, when they're formulated a bit more clearly... --Rob Konrad Kleine wrote: Qt like Signals and Slots (Idea + Implemen

[PHP] Re: email validation regex

2005-09-16 Thread Robert Paul
http://www.iamcal.com/publish/articles/php/parsing_email/ The author goes through RFC822 in detail and writes up a regex that validates emails based on that. It's worked in my experience, but I havn't exactly put it through its paces. --Rob bruce wrote: hi.. looking for a good/working/tes