I am getting data from an MySQL database through PHP. I am sending the and getting the data from PHP using jQuery. Here is the code.
$.POST(\"SubmitCode.php\", $
You also have to parse the json on the client side. You can do this using
obj = jQuery.parseJSON(data);