By cybermalandro on
How can I efficiently read/parse XML from an URL. Say I want to go to the URL http://myxml.com/foo.php?flag=1 which will output some XML . I want to parse/read the xml output and manipulate its content.
Thanks!
How can I efficiently read/parse XML from an URL. Say I want to go to the URL http://myxml.com/foo.php?flag=1 which will output some XML . I want to parse/read the xml output and manipulate its content.
Thanks!
Comments
Easy manipulation of data from XML
PHP4:
http://pear.php.net/package/XML_Serializer/
PHP5:
http://us2.php.net/manual/en/ref.simplexml.php