Adilol

Y U NO

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