aquadeluxe Posted April 20, 2008 Share Posted April 20, 2008 I need to find a script that can create an xml output from my array. The array structure is codelist name game 0 name gameid cheat 1 name gameid cheat And I would want the output to be like: <codelist> <name></name> <game> <name></name> <gameid></gameid> <cheat></cheat> </game> <game> <name></name> <gameid></gameid> <cheat></cheat> </game> </codelist> I've tried multiple scripts that I've found from phpclasses.com and none of them would output like this. Link to comment https://forums.phpfreaks.com/topic/102046-array2xml/ Share on other sites More sharing options...
dptr1988 Posted April 20, 2008 Share Posted April 20, 2008 Well if you can find a script, try writing one. Unless you want to hire somebody else to do that for you. Link to comment https://forums.phpfreaks.com/topic/102046-array2xml/#findComment-522242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.