在json页面中收集链接

时间:2015-03-15 22:46:09

标签: javascript php json

我尝试使用php脚本在这个“json页面”上收集文件名或url: http://www2.leboncoin.fr/ajapi/get/phone?list_id=778470245

当我点击 Voirlenuméro时,我从此页面找到了包含Chrome网站管理员工具的页面: http://www.leboncoin.fr/equipement_auto/778470245.htm?ca=20_s

我在PHP中真的很棒,但我尝试了这段代码没有成功..也许有人可以帮助我?

<?php 
$link = 'http://www2.leboncoin.fr/ajapi/get/phone?list_id=778470245';
$content_fgc = file_get_contents ($link);
$json = json_decode($content_fgc);
print $json->{'phoneUrl'};
?>
提前thx:)

0 个答案:

没有答案