Hi all,
i am trying to make an array that looks like this ...
40,55,40,55,56,122,652,37
i can create 40,55,40,55,56,122,652,37, with an echo.
I have always echoed for html, now i need to store the 40,55,40,55,56,122,652,37, then i was going to use sub_str() to remove the last comma.
the...