Hi:
If I were to copy and paste a list of e-mail addresses from a flat text file, with each e-mail address on a separate line, into a TEXTAREA form field, how can I get PHP to make an array of the e-mail addresses? I don't want to do a file upload in this case. And I know how to create an array, but I don't know how to create/populate an array using the lines from a TEXTAREA field.
Thanks for any help!





Bookmarks