0
私はtimepickerとCodeIgniterの新機能ですが、timepickerのドロップダウンボックスから選択した値を使用してデータベースエントリを更新しようとしています。CodeIgniterでjquery timepickerを使用してmySQLデータベースを更新する
私の見解:
<div class="input-field col s3">
<input id="ThrStart" type="text" class="time input-field ui-timepicker-input" autocomplete="off">
<label for="ThrStart">Start Time</label>
</div>
<div class="input-field col s3">
<button class="btn waves-effect waves-light red darken-4" type="submit" name="Wed_button" id="webadd">Add</button>
</div>
私は「Wed_buttonが」クリックされたデータベースへのtimepicker選択から現在選択されている値を送信したいと思いますが、私はこれらの値を選択するかどうかはわかりません_POSTを使用する。どんなアドバイスもありがとうございます。