Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/256.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PHP XMLRPC请求在请求中发送HTML数据_Php_Codeigniter_Xml Rpc - Fatal编程技术网

PHP XMLRPC请求在请求中发送HTML数据

PHP XMLRPC请求在请求中发送HTML数据,php,codeigniter,xml-rpc,Php,Codeigniter,Xml Rpc,我不熟悉XMLRPC请求。 在一些论坛中,我读到HTML实体将被XMLRPC清除 我想问,是否可以在RPC请求中发送HTML数据 谢谢XMLRPC与任何XML请求一样工作,所以您只需要将HTML代码封装在其中 <![CDATA[ ]]> 查看更多信息。能否将html包装在CDATA标记中?

我不熟悉XMLRPC请求。 在一些论坛中,我读到HTML实体将被XMLRPC清除

我想问,是否可以在RPC请求中发送HTML数据


谢谢

XMLRPC与任何XML请求一样工作,所以您只需要将HTML代码封装在其中

<![CDATA[ ]]>


查看更多信息。

能否将html包装在CDATA标记中?