What should I do if I encounter the following problems during xml-WeChat development? Developed by PHP.

Source: Internet
Author: User
Warning: simplexml_load_string () expectsparameter2tobeaclassnamederivedfromSimpleXMLElement, & #39; SimplexXMLElement & #39; givenintextMsg. phponline28token is successfully verified. some codes are as follows: $ postStr $ GLOBALS [& quot; HTTP_RAW_POST_DATA & quot;]; a method for retrieving POST data xmlphp

Warning: simplexml_load_string () expects parameter 2 to be a class name derived from SimpleXMLElement, 'simplexxmlelement 'given in textMsg. php on line 28

The token is successfully verified. some codes are as follows:
$ PostStr = $ GLOBALS ["HTTP_RAW_POST_DATA"]; // A method for obtaining POST data

// $ PostObj = simplexml_load_string ($ postStr, 'simplexxmlelement ', LIBXML_NOCDATA); $ postObj = simplexml_load_string ($ postStr, 'simplexmlelement', LIBXML_NOCDATA ); // load the XML string into the object and parse xml $ fromUsername = $ postObj-> FromUserName; $ toUsername = $ postObj-> ToUserName; $ keyword = trim ($ postObj-> Content); $ magType-> $ postObj-> MsgId; $ CreateTime = intval ($ postObj-> CreateTime );

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.