Adilol

le xml

Oct 27th, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $url = 'clientmsg.xml';
  3. $xml = simplexml_load_file($url);
  4. //get stuff now
  5. $title=$xml->header[0]->title;
  6. $body=$xml->header[0]->body;
  7. $footer=$xml->header[0]->footer;
  8. echo $title . " " .  $body . " " .$footer;
  9. ?>
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment