Question: Warning: DOMDocument::load(): I/O warning : failed to load external entityfile:/C:/mapweatherapi/city_rss_index.php in C:xampphtdocsMapWeatherAPIcity_rss_read.php on line 6 can anyone help me with this prob : 1 8
Warning: DOMDocument::load(): I/O warning : failed to load external entity"file:/C:/mapweatherapi/city_rss_index.php" in C:\xampp\htdocs\MapWeatherAPI\city_rss_read.php on line 6
can anyone help me with this prob :
1
2 //read.php
3 $feed_url = "/mapweatherapi/city_rss_index.php";
4 $object = new DOMDocument();
5 $content = $object->getElementsByTagName("item");
6 $object->load($feed_url);
7 ?>
8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
