25
Jun/09
2

PHP: WoW Guild XML

So, I started to play World of Warcraft about a month ago. Yeah, I know. Beyond that, though, it has done me some good. Over the years my main use of working on web projects has been through people I have gamed with over the internet. Hell, that is why I learned PHP in the first place.

I have been working on a custom guild web site for Fallen Dreamers. Everything is custom – save ripped images. And the best part is – the roster is completely dynamic. Usually most sites log members through a local database. I put together my own PHP XML parser to cache the guild page from WoWArmory. The parser can then spit out any information needed, right now my class only has a few options.

Check out the WoWGuildXML page to see details and functionality so far.