Hello All,
How can I access a xml feed with HAUTH in PHP?
Dummy link format is http://username:[email protected]/www.domain.com/trends/001.xml
I'm using the code below to access it.
$doc = new DOMDocument();
$doc->load($source);
Thanks in advance, steamboy