Hey, cool new software for the forums, eh?
Anyway, on with business...
I want to load and explode data from a text 'database'.
Only one 'column' in the 'table'.
But when I explode the string all I get is an array with one item.
The delimiter is a "\n" but I am receiving the charater from a form (but I echoed into the form so it is in the html like this)
{option value="
" selected}New Line ( \n ) Default Option{/option}
when I printed like
{option value="\n" selected}New Line ( \n ) Default Option
it took the the string literally (as two characters)