Welcome Guest, Not a member yet? Register   Sign In
ow can I get the unique nodeNames into an array?
#1

I have an XML like this in my Codeigniter project


Code:
<myitems>
 <myitem>
   <myname>Some Name</myname>
   <myphone>4444444</myphone>
 </myitem>
 <myitem>
   <myname>Some other Name</myname>
   <myphone>8888888</myphone>
 </myitem>
</myitems>

How can I get the unique nodeNames into an array, like array("myname","myphone") ?
Reply


Messages In This Thread
ow can I get the unique nodeNames into an array? - by yexaacs - 02-26-2019, 11:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB