Hi All,
I have an html form textarea/box. The user enters in a list of data into the textarea. One item per line (a list).
I then need to read each line (\n) into an array. Similar to how file() reads the contents of a file into an array...
Any ideas?