How to Convert the nested array to xml in PHP?

NeanceCal

New Member
How can I convert the following nested array into xml file? What will the XML file look like?\[code\]Array(array('name'=>'Jone Smith','phone'=>'416-689-9865'),array('name'=>'Jane Ling','phone'=>'658-985-5222'));\[/code\]
 
Back
Top