require "func.php";
$baglan = Baglan ("http://www.posta.com.tr/api/LiveScore/MatchLiveInfoEvents?matchID=1127066");
$json = json_decode($baglan, true);
print_r($json);
array dizisindeki veriyi yazdırabilirim hocam. ?
Konu: php bot için json çekme
require "func.php";
$baglan = Baglan ("http://www.posta.com.tr/api/LiveScore/MatchLiveInfoEvents?matchID=1127066");
$json = json_decode($baglan, true);
print_r($json);