mouse
05-17-2003, 06:56 PM
Hi there,
I want to parse an xml page. I've visited the manual's page on this (as linked below) but I'm confused and don't know where to start. :(
http://www.php.net/manual/en/ref.xml.php
Um, could anyone help, ie post simple example or tell me where to start with this. The page I want to parse is quite simple, just <blah>info</blah> like... Obviously I want to put the content of each tag into a variable, like $blah = "info";
Thanks :( :thumbsup:
I want to parse an xml page. I've visited the manual's page on this (as linked below) but I'm confused and don't know where to start. :(
http://www.php.net/manual/en/ref.xml.php
Um, could anyone help, ie post simple example or tell me where to start with this. The page I want to parse is quite simple, just <blah>info</blah> like... Obviously I want to put the content of each tag into a variable, like $blah = "info";
Thanks :( :thumbsup: