just letting you guys know I am very new to php.
I'm creating a small script that generates an xbox live gamercard, and need some help with adding the recent games to it.
I'm using http://duncanmackenzie.net/services/XboxInfo.asmx to populate the recent game data, but the data it gives me looks like this:
I need the script to ignore the bolded area in order to populate the images, I am completely clueless on how to do this.
Can anyone help?
This is what I have so far (as you can see only one recent game posted):
I'm creating a small script that generates an xbox live gamercard, and need some help with adding the recent games to it.
I'm using http://duncanmackenzie.net/services/XboxInfo.asmx to populate the recent game data, but the data it gives me looks like this:
PHP:
[1] => stdClass Object
(
[Game] => stdClass Object
(
[B][Name] => UNO
[TotalAchievements] => 12
[TotalGamerScore] => 200[/B]
[Image32Url] => [url]http://tiles.xbox.com/tiles/zK/X6/1mdsb2JgbA9ECgUAGwEfWSlQL2ljb24vMC84MDAwIAABAAAAAPnVpdM=.jpg[/url]
[Image64Url] => [url]http://tiles.xbox.com/tiles/ow/vO/0Wdsb2JhbC9ECgUAGwEfWSlQL2ljb24vMC84MDAwAAAAAAAAAP7hC7w=.jpg[/url]
)
[LastPlayed] => 2008-11-21T22:10:01-06:00
[Achievements] => 12
[GamerScore] => 200
[DetailsURL] => [url]http://live.xbox.com/en-US/profile/Achievements/ViewAchievementDetails.aspx?tid=%09%5d%3bhe)j%3c%0c%02&compareTo=EV0LUTION+X[/url]
)
I need the script to ignore the bolded area in order to populate the images, I am completely clueless on how to do this.
Can anyone help?
This is what I have so far (as you can see only one recent game posted):
