SimpleXMLElement Object into array
- From: rodeored <info1@xxxxxxxxxx>
- Date: Thu, 2 Oct 2008 09:12:05 -0700 (PDT)
How do I put the value of an SimpleXMLElement Object into any array
If $title is SimpleXMLElement Object ( [0] => Mother )
how do I get "Mother" and put it in an array ? ;
if I echo $title, it says "Mother" but if I put it in an array
$myarray=array($title);
the array is Array ( [0] => SimpleXMLElement Object ( [0] =>
Mother ) )
I don't want that I want
Array ( [0] =>Mother) )
.
- Follow-Ups:
- Re: SimpleXMLElement Object into array
- From: Michael Fesser
- Re: SimpleXMLElement Object into array
- From: Jonathan Stein
- Re: SimpleXMLElement Object into array
- Prev by Date: Re: A/B split testing on PHP built website
- Next by Date: Re: I need advice on how to create thousands of articles with PHP or else
- Previous by thread: Re: A/B split testing on PHP built website
- Next by thread: Re: SimpleXMLElement Object into array
- Index(es):
Relevant Pages
|