如何解码json中多行的数据并使用主键日期显示在php表中

时间:2015-12-22 13:47:53

标签: php mysql json

date , 
details {
  "target1"  : "test1",
  "count1"   : "3",
  "remarks1" : "done",
  "target2"  : "test2",
  "count2"   : "3",
  "remarks2" : "done",
  "target3"  : "test3",
  "count3"   : "3",
  "remarks3" : "running"                            
}

其中date(pk)和details是表的两个字段。显示特定日期的表中的行。

1 个答案:

答案 0 :(得分:0)

我真的不知道“php表”是什么。但您可能需要json_decode()array_merge()函数。

对于从DB获取的每一行:

successFunc