Well the code I have has an unknown number of variables. OK. I have $count-1 number of variables which can all be accessed like this:
How would I echo all of the variables, 1 all the way up to $count-1 in the most efficient way possible with a comma separating each. (least code)
| Code: |
| $variable[1] or $variable[2] |
How would I echo all of the variables, 1 all the way up to $count-1 in the most efficient way possible with a comma separating each. (least code)
