"this is first item", "Description"=>"this is first item description", "PicUrl"=>"http://img4.imgtn.bdimg.com/it/u=2943793272,3641314298&"/> "this is first item", "Description"=>"this is first item description", "PicUrl"=>"http://img4.imgtn.bdimg.com/it/u=2943793272,3641314298&">
首頁 > 後端開發 > php教程 > xml-微信多图文foreach验证失败,求找茬!头要炸了!

xml-微信多图文foreach验证失败,求找茬!头要炸了!

WBOY
發布: 2016-06-02 11:27:46
原創
938 人瀏覽過

xmlphp微信

请问这段代码哪里有错?

<code> $newsArr = array(         array("Title"=>"this is first item",            "Description"=>"this is first item description",            "PicUrl"=>"http://img4.imgtn.bdimg.com/it/u=2943793272,3641314298&fm=21&gp=0.jpg",            "Url"=>"http://www.baidu.com"         ),         array("Title"=>"this is second item",             "Description"=>"this is second item description",             "PicUrl"=>"http://img2.imgtn.bdimg.com/it/u=945726929,542696667&fm=21&gp=0.jpg",             "Url"=>"http://www.baidu.com"         ),         array("Title"=>"this is thired",            "Description"=>"this is thired",            "PicUrl"=>"http://img1.imgtn.bdimg.com/it/u=2783016379,35786742&fm=21&gp=0.jpg",            "Url"=>"http://www.baidu.com"         ));foreach ($newsArr as $key => $value) {   $itemstr .= "         <item>         <title></title>         <description></description>         <picurl></picurl>         <url></url>         <item>";}   $result = "<xml>         <tousername></tousername>         <fromusername></fromusername>         <createtime>%s</createtime>         <msgtype></msgtype>         <articlecount>".count($newsArr)."</articlecount>         <articles>".$itemstr."</articles>         </xml>";   $newsInfo = sprintf($result, $fromUser , $toUser , time());   echo $newsInfo;</item></item></code>
登入後複製
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板