"; echo $output; echo ""; exit; } // Replace "{" with "" $output = str_replace("{", "", $output); // Replace "}" with "" $output = str_replace("}", "", $output); // Replace "," with "" $output = str_replace(",", "", $output); // Replace '"' with "" $output = str_replace('"', "", $output); // Show the result echo "
"; echo $output; echo ""; ?>