issue in converting xml string into an array

m4hack.com

New Member
how to convert a xml string into a serialize array in php,so that i can iterate the array easily.i have use json_decode(json_encode((array) simplexml_load_string($xmlstring)),TRUE) but it give me no data in some cases.
 
Back
Top