$url = "https://www.showtimes.com.tw/events?corpId=2";
$html = file_get_contents($url);
echo $html;
請問一下
以往用file_get_contents()都可以取得網頁內容並可且可以ech出整個網頁
這次想用秀泰影城的時刻表網頁,卻echo不出東西
出現一堆GET的錯誤訊息例如:
GET http://dev.crontab.moviedaddy.tw/css/main.css
GET http://dev.crontab.moviedaddy.tw/css/maimai.css
一大堆上面這種錯誤訊息
請問這要如何解呢?