Hi guys, i have looked about the net but can't find a solution... How can i import the values "title" and "url" from an XML file into PHP and make it into a link?
<link> <title>Home</title> <url>index.php</url> </link>
Did u check: XML parser functions?