Hi all,
I'm having trouble converting data from a textarea into an array (Seperating by new lines).
I have tried exploding based on "\r\n" and "\n" with no luck.
Anyone know how to do this properly?
Thanks,
Rhett.
---------- Post added 04-18-2011 at 12:14 AM ---------- Previous post was 04-17-2011 at 11:20 PM ----------
Oops, this has been solved, was a totally different issue i was having, values i was compaing had a tab in front of them i didn't notice
...
Sorry for the trouble.
I'm having trouble converting data from a textarea into an array (Seperating by new lines).
I have tried exploding based on "\r\n" and "\n" with no luck.
Anyone know how to do this properly?
Thanks,
Rhett.
---------- Post added 04-18-2011 at 12:14 AM ---------- Previous post was 04-17-2011 at 11:20 PM ----------
Oops, this has been solved, was a totally different issue i was having, values i was compaing had a tab in front of them i didn't notice
Sorry for the trouble.














