I have a multi select box i am using to allow users to select multpile users, this is fine but the $_POST output is an array.
How would i get these values to be formatted like so
100,200,300,400
So i need to echo out the values, add a comma, but dont add the comma for the last value
Any help would be grand.
Cheers