i have a variable, called $names, whcih is a list of names, like this:
bob,tom,jim,sam,rich,mike
what i want is for php to extract the top name from the list, echo that (then add a <br> or something), get rid of the comma, echo the next name, get rid of the comma, etc etc....
please help