2012-07-11 2 views

답변

1

을 시도해보십시오이

$url = "http://demo.miliarta.com/cityapi/all/?dealerid=TEN000005&user=dealer&passwd=dealer&cityid=316"; 
$json = file_get_contents($url,0,null,null); 
$json_output = json_decode($json); 
관련 문제