Welcome Guest, Not a member yet? Register   Sign In
JSON Response Issue
#6

[eluser]CroNiX[/eluser]
Just try this and see if you get data back to your jquery:

Code:
private function json_output($data)
{
   header('Content-type: application/json');
   echo json_encode($data);
}


Messages In This Thread
JSON Response Issue - by El Forum - 10-14-2014, 12:32 PM
JSON Response Issue - by El Forum - 10-14-2014, 02:16 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:27 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:50 PM
JSON Response Issue - by El Forum - 10-14-2014, 03:59 PM
JSON Response Issue - by El Forum - 10-14-2014, 04:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB