I want to be able to allow users to enter in a series of ID numbers into a textarea and then be able to take those ID numbers and break them up into separate records. For example, in the textarea they would enter something like this:
0000234
0004532
0000291
0009873
I then want to be able on the page the form is sent to break those up into four separate records.
Can anyone recommend the best way to do this?
0000234
0004532
0000291
0009873
I then want to be able on the page the form is sent to break those up into four separate records.
Can anyone recommend the best way to do this?