Is it possible to work with a response from AJAX request in PHP? I am not really a JS dev so i am polling my hair out with this one.
I have sort of hacked this toget
Use $.parseJSON() For Convert Json Format Data To Array
Right code at sucess of ajax.. Like,
var data = $.parseJSON(html);
data in you get array format of responce