Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1.  
  2. <?php
  3. $startsession_xml=simplexml_load_string($xml_result);
  4.  
  5. //parse sessionid form the returned xml, ot be used in the call to send message
  6. $this->sessionid    =   $startsession_xml->sessionID;
  7.  
  8. print_r($this->sessionid);
  9. ?>
  10.  
  11. SimpleXMLElement Object
  12. (
  13.     [0] => db1ebcd550b15bcf22b5e3efc903c8b3
  14. )
Add Comment
Please, Sign In to add comment