11-21-2008, 08:44 PM
|
#9 (permalink)
|
|
The Visitor
Join Date: Nov 2008
Posts: 4
Thanks: 0
|
Ok quick question for you PHP folks. :)
I have managed to get this "working" for a guild roster.
I get to this point...
PHP Code:
$armory = new armory('roster', 'Dawnbringer', 'Fates Defiance', 'Bberrymuffin', NULL);
$xml = $armory->pull_xml();
echo $xml->guildInfo->guild->members->character['name'];
Now I have the XML, and the "character" tag repeats for every member in the guild.
My question is, how do you look through all of the character elements of the members element to get the information on each character?
My PHP skills aren't the best in the world, sorry if this is a dumb question!
Thanks in advance for any help!
|
|
|
|