How to save XML using PHP

cacalima

New Member
Anyone know how I can create and save XML using PHP? I need something like this:\[code\]<jukebox> <track source="" artist="" album="" title="" /> <track source="" artist="" album="" title="" /> <track source="" artist="" album="" title="" /> <track source="" artist="" album="" title="" /></jukebox>\[/code\]
 
Back
Top