<?php $str = '"words,one","words2"'; Preg_match_all("/\"(.*?)\"/", $str, $m); Var_dump($m);
You have javascript disabled. You will not be able to edit any code.