Problems with file_get_contents()
Posted: Wed Mar 21, 2007 4:53 pm
Hello,
for the last few hours I've been trying to solve the following problem, I couldn't figure it out.
I'm trying to obtain the XML content of a data provider...
However, the following code only returns the text between the xml tags:
echo file_get_contents("http://ir.ub.rug.nl/oai/?verb=ListRecor ... fix=oai_dc");
I need the whole xml structure though.
I'd appreciate if you could give me a hint about this.
Regards,
Pesho
for the last few hours I've been trying to solve the following problem, I couldn't figure it out.
I'm trying to obtain the XML content of a data provider...
However, the following code only returns the text between the xml tags:
echo file_get_contents("http://ir.ub.rug.nl/oai/?verb=ListRecor ... fix=oai_dc");
I need the whole xml structure though.
I'd appreciate if you could give me a hint about this.
Regards,
Pesho