Hey guys, hoping you can help me.
I've got a textarea box, which i want to enter a bunch of things on a new line into. Once the form is submitted, the data gets sent to a MySQL database. I want to use PHP's explode function to break each new line into it's own entry in an array.
This is where I hit a snag.
No matter what I make the delimiter, it won't work. I've tried "\r\n", "\r", "\n" and all variations thereof. I can't get it to split in it's own array entries.
What am I doing wrong?
Thanks in advance![]()





Reply With Quote






