我試圖打印從URL頁面的XML源內容:獲取XML源用PHP
echo file_get_contents("http://eur-lex.europa.eu/legal-content/FR/TXT/XML/?uri=CELEX:32012R0823
但是,出現錯誤消息:
警告:file_get_contents(http://eur-lex.europa.eu/legal-content/FR/TXT/XML/?uri=CELEX:32012R0823)
請問有什麼不對?獲取源XML的最佳方式是什麼?
錯誤消息似乎不完整,您能否提供完整的錯誤消息? – Clay
警告:file_get_contents(http://eur-lex.europa.eu/legal-content/FR/TXT/XML/?uri=CELEX:32012R0823):在C:\ UwAmp \ www \ afnor \ test.php在線5. 第5行是指我的回聲線。 –
另外檢查var_dump(ini_get(「allow_url_fopen」));你可能需要改變這個,否則你需要使用PHP CURL – Johnny