XML with attribute value to PHP associative array



Need please the equivalent associative array for this XML tag:



<Marketing code="AA">345</Marketing>


My problem here is that the equivalent associative array when I have an attribute that has a value and at the same time the main tag has data too.



$marketing=array(array("code")=>"AA", "345")


This hasn't worked. Any ideas?


No comments:

Post a Comment