首页 > 作文

php获取通过http协议post提交过来xml数据及解析xml

更新时间:2023-04-06 12:40:11 阅读: 评论:0

php 如何获取请求的xml数据,对方通过http协议post提交过来xml数据,php如何获取到这些数据呢?


复制代码 代码如下:

<?php

$xml_data ='<aat经典好听的英文歌曲availreq1>’.

‘<agency>’.

‘<iata>1234567890</iata>’.

‘<agent>lgsoftwares</agent>̵我的城市我的家7;.

‘<password>mypassword</password>重庆新东方’.

‘<brand>phpmind.com</brand>’.

‘</agency>’.

‘<pasngers>’.

‘<adult age=”” id=”1″></adult>’.

‘<adult age=”” id=”2″></adult>‗s宣传标语7;.

‘</pasngers>’.

‘<hotelavailreq1>’.

‘<destcode>jhm</destcode>’.

‘<hotelcode>oggshe</hotelcode>’.

‘<checkindate>101009</checkindate>’.

‘<checkoutdate>101509</checkoutdate>’.

‘<ufield>1</ufield>’.

‘</hotelavailreq1>’.

‘</aatavailreq1>’;

$u男生个性网名rl = “https://www.yourwebrver.com/path/”;

$ch = curl_init($url);

curl_topt($ch, curlopt_mute, 1);

curl_topt($ch, curlopt_ssl_verifyhost, 0);

curl_topt($ch, curlopt_ssl_verifypeer, 0);

curl_topt($ch, curlopt_post, 1);

curl_topt($ch, curlopt_httpheader, array(‘content-type: text/xml’));

curl_topt($ch, curlopt_postfields, “$xml_data”);

curl_topt($ch, curlopt_returntransfer, 1);

$output = curl_exec($ch);

curl_clo($ch);

?>

本文发布于:2023-04-06 12:40:07,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/0763a035f2ddf9752897a7a0b7dfceab.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:php获取通过http协议post提交过来xml数据及解析xml.doc

本文 PDF 下载地址:php获取通过http协议post提交过来xml数据及解析xml.pdf

标签:数据   新东方   代码   重庆
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图