PHP Zitate entfernen
str_replace('"', "", $string);
Friendly Hawk
str_replace('"', "", $string);
trim($string,'"'); // double quotes
trim($string,'\'"'); // any combination of ' and "