If the list is an array, try implode()ing it.
Didier McGillis wrote:
I have a question. I need to setup something so it goes through a
dynamic list, the length of the list changes, gets the contents of the
list and seperate each element with a ^ (carot), except for the last
one. So it looks
I have a question. I need to setup something so it goes through a dynamic
list, the length of the list changes, gets the contents of the list and
seperate each element with a ^ (carot), except for the last one. So it
looks like this. number=0^1^2^3
How do I make sure that it does append a ^
2 matches
Mail list logo