I have a mysql database field that contains names that are seperated by commas (John, Paul, Jill, Jake) I need to dispaly them as bullets like in the sample below.
John
Paul
Jill
Jake
I have seen this done on as ASP page but need to know how to do it with PHP. Any help and I will be thankfull.