Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $url = 'message_response.xml';
- $xml = simplexml_load_file($url);
- //get stuff now
- $incoming=$xml->incoming;
- //show incoming
- echo $incoming;
- ?>
- /***
- INCOMING Y U NO LOAD
- */
Advertisement
Add Comment
Please, Sign In to add comment