lilya Posted February 4, 2010 Share Posted February 4, 2010 Hello I want to read an element from my file bob.xml: <momenta> 3.434 3.563 4.197 4.223... </momenta> into a php array $momenta = array(3.434, 3.563, 4.197, 4.223,...); How can I do this efficiently? Many thanks Lily Link to comment https://forums.phpfreaks.com/topic/190924-reading-xml-elements-into-php-array/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.