I am converting an array to a text file. I'd like a
newline at the end of each array value, but have
thus far been too stupid to get one...
i.e., using 'implode' I can get:
1-2-3-4-5-6-7- etc.
but not:
1
2
3
4
5
6
7
This seems reasonable, as \n would signify the end of
the string (right?). However, there has to be a way....so far,
weeding cursorily through the manual has yielded nothing...
I intend to continue, but would like the easy way out, as so many of us do...
...anyone care to share their experience?
Dalecosp