<?php $str1 = 'Apple\'s OS and the "Microsoft OS", ----- any text with quotes & symbols ---- '; $str2 = 'Sony\'s Laptop and the "Toshiba\'s"'; $string = "".$str1.",".$str2.""; $result = explode(',',$string); print_r($result);
You have javascript disabled. You will not be able to edit any code.