Forum Moderators: open

Message Too Old, No Replies

Multiple emails validation script

can anyone show me where to find or how to do it?

         

ngentot

7:21 pm on May 10, 2004 (gmt 0)



Hi all,

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)

WebmasterWorld Senior Member 10+ Year Member



use split() and a for/while loop to check each address...