I need a user to be able to enter data into a textarea in the following format.
name,email@email.com
name,email@email.com
name,email@email.com
The information would then be sent to the mysql database. My issue is that I want to place the proper name into the first column and the proper email into the second column. Then, when I encounter a line break I would like it to start a new row.
Can anyone help with this? Thanks!