I'm trying to create a small PHP script that reads an XML file and extracts the value of an attribute (if that makes sense)
Example:
XML file:
http://data.alexa.com/data?cli=10&da...ckyourself.com
The part I'm looking for is this one: <REACH RANK="4582"/>
The script is supposed to output "4582" but nothing is working and its 6:17am
Please
