Jump to content

SimpleXML Problems


dennismonsewicz

Recommended Posts

I am trying to retrieve an attribute from a node and I keep getting the error:

Warning: main() [function.main]: Node no longer exists in /Users/dmonsewicz/Projects/noosemonsewicz/api_stuff/index.php on line 70

 

PHP Code

$xml = new SimpleXMLElement($result);
$arr = $xml->tickets->attributes();
echo $arr['count'];

 

XML

<tickets count="0" type="array"></tickets>

 

Any ideas on what I may be doing wrong?

Link to comment
https://forums.phpfreaks.com/topic/209810-simplexml-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.