I have input from a textarea field coming in as an array (each new line is a seperate element), how do I format the output of the array? I am trying to make a new table row for each array element, until they are all formated.
I can get the output of the array, but it is all on one line, any help woule be very appriciated. Thank you!