我需要只讀取遊覽項目的數據幫助, 我已經在我的網站這個PHP腳本:從JSON到php的數據?
<?php $json_string = 'http://framecreators.nl/efteling/data.php'; $jsondata file_get_content($json_string); $json_o=json_decode(utf8_encode($data)); $attractie = $json_o['Id']['Type']; echo $attractie ?>
這JSON數據:
http://framecreators.nl/efteling/data.php
我只需要一個識別碼轉換和鍵入,如果有人可以幫助我。
謝謝,我要去嘗試吧! – 2014-09-06 18:35:47