Hallo fixle!
Dann probiers halt so
$string = "ich bin ein 'string' mit "double quotes"";
$new_string = str_replace(""","'",$string);
print $new_string;
Hallo fixle!
Dann probiers halt so
$string = "ich bin ein 'string' mit "double quotes"";
$new_string = str_replace(""","'",$string);
print $new_string;