PHP擷取select值點選連結傳到下一個頁面

來源:互聯網
上載者:User
第一個頁面:

<div  class="price"> <div class="clear"></div><dl><dt>選擇合作服務站:</dt><dd><select name="zhan"><option >請務必選擇收貨地址</option><!--{loop $zhanlist $tt}--><option>{$tt[name]}-{$tt[address]}</option><!--{/loop}--></select></dd></dl></div> <a id="btn_Add" class="hidefocus" href="http://www.sdlhqc.com/ create_partner_trade_by_buyer-PHP-UTF-8/index.php?sid={$product['price']} &itemid={$_GET['itemid']}&zhan" hidefocus="true">


第二個頁面:

 <dt>收貨人地址:</dt>                      <dd>                          <span class="null-star">*</span>                          <input size="30" name="WIDreceive_address" value="<?php                           $t=$_POST['zhan'];                          echo iconv('GBK',"UTF-8","$t") ?>"" />                          <span>如:XX省XXX市XXX區XXX路XXX小區XXX棟XXX單元XXX號


以前我用GET傳過來都是一條資料。而且還需要轉換格式。
怎麼用POST提交表單傳過資料來。

回複內容:

沒有看到表單,也沒看到 js 代碼

沒寫JS代碼,意思就是從現在下拉式清單方塊裡面取得使用者點擊的值然後傳到第二個頁面。
JS不會寫呢

請先去瞭解最基礎的HTML知識裡用來提交的<form>標籤
或者瞭解下JS提交資料的方法。

GET 方式

<select name="zhan" onchange="location='目標url'+‘?chan='+this.value">

POST 方式

<foam method=post action='目標url'><select name="zhan" onchange="this.form.submit">....</select></form>

還有 Ajax 方式就不列舉了

賦值給一個元素,ajax提交就行了啊

以上就是PHP擷取select值點選連結傳到下一個頁面的內容,更多相關內容請關注topic.alibabacloud.com(www.php.cn)!

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.