parser error : Start tag expected, '<' not found

后端 未结 4 713
攒了一身酷
攒了一身酷 2020-12-19 00:46

I am using PHP for the first time. I am using the php sample for uploading image on ebay sandbox. I am getting the following error on running the PHP file:

P         


        
4条回答
  •  自闭症患者
    2020-12-19 01:24

    Do a var_dump($respXmlStr); my guess is that this string is not valid XML.

    As per the simplexml-load-string documentation, the first parameter is expected to be A well-formed XML string - http://php.net/manual/en/function.simplexml-load-string.php

提交回复
热议问题