Adilol

El problemo

Oct 26th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. $url = 'message_response.xml';
  3. $xml = simplexml_load_file($url);
  4. //get stuff now
  5. $incoming=$xml->messages[0]->incoming;
  6. //show incoming
  7. echo $incoming;
  8.  
  9. ?>
  10.  
Advertisement
Add Comment
Please, Sign In to add comment