Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPを使用して「HTTP://127.0.0.1/19/1」のようなURLからXMLをロードしたいのですが、どうすればよいですか?私はいくつかの方法を試しましたが、それらはすべて失敗しました..だからここで助けを求めてください..ありがとう
<?php $x=simplexml_load_file("HTTP://127.0.0.1/19/1"); ?>