Hello
I am trying to parse a text area that will recieve input in this format:
value1
value2
value3
so all values are seperated by return lines, is there anyway I can parse this into an array using return line as the delimiter?
like
new array('$formfield', '/n')
Do I have the right idea here?
Thanks