I'm not very experienced when it comes to XML, I'm looking for a simple php code that can display certain information from an XML file. This file to be exact:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<TITLE>THIS</TITLE>
<TITLE2>THIS AGAIN</TITLE2>
</Response>
Any help would be great, Thanks!
(P.S I just want to simply echo the 2 fields out)