deib97 Posted August 27, 2014 Share Posted August 27, 2014 I want to print data from response json? I was debug with firebug and show this : {"umumu":"","levelu":1,"nameu":""} How to echo data array just levelu. But i don't know how to make it? thanks Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/ Share on other sites More sharing options...
samuel99 Posted August 27, 2014 Share Posted August 27, 2014 You could just copy that JSON and paste it into https://json-csv.com. Then you can view it in a spreadsheet. Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/#findComment-1489041 Share on other sites More sharing options...
boompa Posted August 27, 2014 Share Posted August 27, 2014 Use json_decode. Link to comment https://forums.phpfreaks.com/topic/290674-how-to-echo-data-response-json/#findComment-1489044 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.