PHP: split - Manual - PHP: Hypertext Preprocessor
moritz's quotesplit didn't work for me. It seemed to split on a comma even though it was between a pair of quotes. However, this did work: function quotesplit($s, $splitter=',') {//First step is to split it up into the bits that are surrounded by quotes a...