\"something here ; and there, oh,that\'s all!\"
I want to split it by ; and ,
;
,
so after processing should get:
You can get the values into an array using Devin's or Meder's method.
To get the output you want, you could probably do this
echo implode("\n", $resultingArray);
Or use if it's HTML you want.