Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $url = 'clientmsg.xml';
- $xml = simplexml_load_file($url);
- //get stuff now
- $title=$xml->header[0]->title;
- $body=$xml->header[0]->body;
- $footer=$xml->header[0]->footer;
- echo $title . " " . $body . " " .$footer;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment