第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

將多個復(fù)選框值存儲到 php mysqli 數(shù)據(jù)庫中

將多個復(fù)選框值存儲到 php mysqli 數(shù)據(jù)庫中

慕田峪4524236 2022-12-22 09:43:21
抱歉,如果我要問的是一個愚蠢的問題,但我一直在閱讀并嘗試可用的代碼,但它們都不起作用。這是我了解存儲多個復(fù)選框值的鏈接如何插入多個復(fù)選框值在數(shù)據(jù)庫中添加多個復(fù)選框值Mysqli-PHP 將多個復(fù)選框值存儲到一條記錄中我有一個帶有多個復(fù)選框的表單,我需要將值存儲到數(shù)據(jù)庫中。我現(xiàn)在的問題是它一直彈出這個錯誤解析錯誤:語法錯誤,意外的“$chk”(T_VARIABLE),期待“)”下面是我的代碼notification_form.php<div class="form-group row">  <label class="col-md-2 col-form-label">Potential Escalation: </label>  <div class="col-md-5">    <input type="checkbox" id="potential_escalation[]" value="Under control with available resources. No potential of escalation" />&nbsp;<text>Under control with available resources. No potential of escalation.</text>  </div>  <div class="col-md-5">    <input type="checkbox" id="potential_escalation[]" value="May requires additional resources (e.g. authorities, contractors, mutual aid groups)." />&nbsp;<text>May requires additional resources (e.g. authorities, contractors, mutual aid groups).</text>  </div></div><div class="form-group row">  <label class="col-md-2 col-form-label"></label>  <div class="col-md-5">    <input type="checkbox" id="potential_escalation[]" value="Authorities may take over command and control" />&nbsp;<text>Authorities may take over command and control.</text>  </div>  <div class="col-md-5">    <input type="checkbox" id="potential_escalation[]" value="May triggers significants authorities/ public community/ media interest." />&nbsp;<text>May triggers significants authorities/ public community/ media interest.</text>  </div></div>
查看完整描述

1 回答

?
白衣染霜花

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超10個贊

$checkbox1 = mysqli_real_escape_string($conn, $_POST['potential_escalation'] <-- 你錯過了結(jié)束圓圈);



查看完整回答
反對 回復(fù) 2022-12-22
  • 1 回答
  • 0 關(guān)注
  • 107 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號