I have a string that consists of (included quotation marks):
"campo","outrocampo","maisumcampo"
I need to separate these fields, without the quotation marks, into an array.
What I'm doing is a
$string = str_replace('"', NULL, $string)...
asked by
23.05.2014 / 17:03