I have a SimpleXMLElement like this:
SimpleXMLElement Object ( [trailer] => SimpleXMLElement Object (
[title] => This is the title
[link] => http://example.com
[trailer_id] => 60373
[embed] => SimpleXMLElement Object ( ) ) )
I've google for two hours now, and couldn't find how to print the "trailer_id". Could anybody point me in the right direction?
Thanks in advance!
:o). Just found this, which looks very helpful. – halfer Oct 5 '12 at 13:46