Search found 2 matches
- Mon Apr 06, 2009 3:14 am
- Forum: PHP - Code
- Topic: XML Parsing from external URL
- Replies: 1
- Views: 1096
Re: XML Parsing from external URL
getting url contents Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: Entity: line 27: parser error : StartTag: invalid element name in D:\server\xampp\htdocs\dev\roster_simple.php on line 17 Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: if(par...
- Mon Apr 06, 2009 3:12 am
- Forum: PHP - Code
- Topic: XML Parsing from external URL
- Replies: 1
- Views: 1096
XML Parsing from external URL
I am working on a website for a World of Warcraft guild and my guild master wants the roster information to be pulled from WoW Armory so the roster will remain up to date. My plan is to get the name, url, and rank of the characters from WoW Armories guild listing and put it into a small database tab...