Can anyone tell me on how to validate multiple emails seperated by commas? I have the code to validate an individual email, but I don't know how to put these emails into a loop.
Thanks.
DrDoc
7:46 pm on May 10, 2004 (gmt 0)
use split() and a for/while loop to check each address...