multiple JSON object response
问题 I have a situation where i have a drop down in php file 'A'.and when i select a value from that drop down an ajax call is made and a different php file B is triggered. In that file,i do db fetch,and form two json objects.these two json objects are required for me to draw 2 different data tables and 2 different charts. when i echo one json object in 'B' i get that as a response to ajax call in 'A' I cant even get a response if i echo two json objects in B. for a single json object response,i