我想要用戶輸入的URL頁面的源代碼。我們可以使用file_get_contents獲取它。
但是在使用的file_get_contents它給:
Warning: file_get_contents(http://www.google.com): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /var/www/html/scrap/yelp/simple_html_dom.php on line 75
如果我打開瀏覽器,從相同的URL,它會打開正確。谷歌的人如何得到我使用file_get_content或瀏覽器進行查詢?
更新:我試着捲曲還,但還是同樣的錯誤
您是否嘗試過使用捲曲也? 你可以寫更多的代碼嗎? – Seti
@Seti:是的,捲曲也給出了相同的錯誤 – user123
你可以閱讀這篇文章http://stackoverflow.com/questions/20095175/php-readfile-vs-file-get-contents – truesource