亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

添加 Web API 搜索過濾器

添加 Web API 搜索過濾器

PHP
忽然笑 2021-09-18 16:52:46
我想通過 API 請求為表格上方的日期和子 ID 添加兩個搜索器這是我的php代碼<!DOCTYPE html><html><head>  <meta http-equiv="content-type" content="text/html; charset=utf-8" /></head><?php$xml = new SimpleXMLElement('https://partners.sites.com/affiliates/api/1/reports.asmx/Conversions?api_key=aaaaaaaaa&%20affiliate_id=11111&start_date=06/01/2019+00:00:00&end_date=06/31/2019+00:00:00&conversion_id=&subid_3&include_tests=false&start_at_row=1&row_limit=200'.$_GET["callsign"], 0, TRUE);?><body><table class="outer"> <table class="middle">  <table class="inner">  <thead>    <tr>      <th>DATE</th>      <th>NAMA OFFER</th>      <th>NEGARA</th>      <th>PAYOUT</th>      <th>USER</th>    </tr>  </thead>  <tbody><?php foreach ($xml->conversions->conversion as $datanya) :?>    <tr>      <td><?php echo $datanya->conversion_date; ?></td>      <td><?php echo $datanya->offer_name; ?></td>      <td><?php echo $datanya->country; ?></td>      <td><?php echo $datanya->price_usd; ?></td>      <td><?php echo $datanya->subid_3; ?></td>    </tr><?php endforeach; ?>  </tbody>   </table>  </table> </table></table></body></html>還有其他方法比如過濾結果變成了表格嗎?
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 125 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號