chriscloyd Posted November 3, 2006 Share Posted November 3, 2006 i have an XML page and i wanna get the information off it and show it on my other page how do i go along doing that? Link to comment https://forums.phpfreaks.com/topic/26019-xml/ Share on other sites More sharing options...
Daniel0 Posted November 3, 2006 Share Posted November 3, 2006 You would need to write a parser. You could use [url=http://php.net/dom]DOM[/url]/[url=http://php.net/domxml]DOM XML[/url] or regular expressions. Link to comment https://forums.phpfreaks.com/topic/26019-xml/#findComment-118980 Share on other sites More sharing options...
buttercupgreen Posted November 5, 2006 Share Posted November 5, 2006 it is easy just visit this page and read this tutorial, I am sure you will get the idea.[url=http://www.dev-tips.org/index.php?title=xml_sample]http://www.dev-tips.org/index.php?title=xml_sample[/url] Link to comment https://forums.phpfreaks.com/topic/26019-xml/#findComment-119887 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.