I am new to PHP but testing the ability to read an RSS xml feed. I have
successfully retrieved, read, and displayed an RSS feed from pcworld.
However, when you click on one of the links it adds http://localhost to the
link located in the xml file. If I view source in the browser everything
appears okay.
Does anyone know of a configuration in the apache or php config files that
automatically adds http://localhost to hyperlinks?
If not, has anyone seen any similar problems while reading an xml feed?
Thanks
Marty U.
successfully retrieved, read, and displayed an RSS feed from pcworld.
However, when you click on one of the links it adds http://localhost to the
link located in the xml file. If I view source in the browser everything
appears okay.
Does anyone know of a configuration in the apache or php config files that
automatically adds http://localhost to hyperlinks?
If not, has anyone seen any similar problems while reading an xml feed?
Thanks
Marty U.
Comment