How can I replace \"\" (I think it\'s called double quotes) with \'\' (I think its called single quotes) using PHP?
\"\"
\'\'
You can use str_replace, try to use http://php.net/manual/en/function.str-replace.php it contains allot of php documentation.