[請益] 關於radio傳值到server
各位大大好
我想寫一個有關訂閱的網頁
<div class="" data-toggle="buttons">
<label class="btn btn-primary active">
<input style="display:none;" type="radio" onclick="" name="options" id="option1Y" autocomplete="off"
value="subscription" checked>已訂閱
</label>
<label class="btn btn-warning">
<input style="display:none;" type="radio" name="options" id="option2N" value="nosubscription" autocomplete="off">
<i class="fas fa-chalkboard-teacher"></i>訂閱
</label>
</div>
如果用form形式的話是必要有一個submit的按鈕
但是我希望是使用者按了就直接上傳到server裡儲存已訂閱的資訊
我也有用以下此方式直接呼叫PHP檔,但網頁就會顯示錯誤
onclick="document.write('<?php require_once "xxx.php"; ?>');
墾請各位大大解答,感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.117.168.222
※ 文章網址: https://www.ptt.cc/bbs/PHP/M.1549856966.A.5EB.html
→
02/11 19:09,
5年前
, 1F
02/11 19:09, 1F
→
02/11 19:09,
5年前
, 2F
02/11 19:09, 2F
→
02/11 19:11,
5年前
, 3F
02/11 19:11, 3F
推
02/11 21:28,
5年前
, 4F
02/11 21:28, 4F
推
02/11 21:41,
5年前
, 5F
02/11 21:41, 5F
→
02/12 11:06,
5年前
, 6F
02/12 11:06, 6F
→
02/12 11:06,
5年前
, 7F
02/12 11:06, 7F
→
02/12 11:08,
5年前
, 8F
02/12 11:08, 8F
推
02/15 13:34,
5年前
, 9F
02/15 13:34, 9F
→
02/16 10:05,
5年前
, 10F
02/16 10:05, 10F
→
02/16 10:11,
5年前
, 11F
02/16 10:11, 11F
→
02/16 10:13,
5年前
, 12F
02/16 10:13, 12F
→
02/16 10:15,
5年前
, 13F
02/16 10:15, 13F
→
02/16 10:16,
5年前
, 14F
02/16 10:16, 14F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章