doujiao9866 2015-01-04 13:27
浏览 162
已采纳

解析JSON并使用PHP循环它

My problem is loading a JSON file into my php page. With XML / RSS I don't have problems and also in javascript I succeeded, but for this school project I need to load JSON data in PHP.

{"tvshows":[
      {
         "showname":"Parenthood ",
         "date":"2014-12-28",
         "fullTitle":"Parenthood (2010) 2x10 \"Happy Thanksgiving \"",
         "img":"http:\/\/zapp.trakt.us\/images\/episodes\/117-2-10.jpg?4"
      },
      {
         "showname":"Parenthood ",
         "date":"2014-12-28",
         "fullTitle":"Parenthood (2010) 2x11 \"Damage Control\"",
         "img":"http:\/\/zapp.trakt.us\/images\/episodes\/117-2-11.jpg?4"
      },
      {
         "showname":"Benched ",
         "date":"2014-12-27",
         "fullTitle":"Benched 1x09 \"A New Development\"",
         "img":"http:\/\/zapp.trakt.us\/images\/episodes\/33221-1-9.jpg?3"
      }
   ]
}

When I use this php code doesn't see an output:

$string = file_get_contents("url");
$json = json_decode($string, true);

print_r($json);

After that I want to walk through the tv shows and show the showname values. How should I do that?

  • 写回答

1条回答 默认 最新

  • dragonsun00000 2015-01-04 13:33
    关注
    foreach($json["tvshows"] as $key=>$val){
        echo $key."-".$val["showname"]."<br/>";
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数
  • ¥15 Oracle中如何从clob类型截取特定字符串后面的字符
  • ¥15 想通过pywinauto自动电机应用程序按钮,但是找不到应用程序按钮信息
  • ¥15 如何在炒股软件中,爬到我想看的日k线
  • ¥15 seatunnel 怎么配置Elasticsearch