how do you return the name of an XML tag.
i have this xml <xmltag1> somevalue </xmltag1>
i want a function or something that will return "xmltag1"
Which extension are you using to work with XML, and on which version of PHP?
version: 5.1.1 the latest one
if you are refering to the dlls when you say extensions then the only extensions being included in the php.ini are : php_gd2.dll php_xmlrpc.dll
i use this function to load the xml: simplexml_load_file()