Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

多選選項傳遞方式 #3

Closed
vthwang opened this issue Dec 1, 2016 · 3 comments
Closed

多選選項傳遞方式 #3

vthwang opened this issue Dec 1, 2016 · 3 comments

Comments

@vthwang
Copy link
Owner

vthwang commented Dec 1, 2016

No description provided.

@vthwang
Copy link
Owner Author

vthwang commented Dec 1, 2016

<label for="item[]" class="formTitle">選擇項目</label>
<select name="item[]" class="form-control selectpicker" multiple>
  <option>項目一</option>
  <option>項目二</option>
  <option>項目三</option>
</select>

@vthwang
Copy link
Owner Author

vthwang commented Dec 1, 2016

###// 複選陣列轉換

$item= $_POST["item"];
$itemArray= implode("、", $item);

@vthwang
Copy link
Owner Author

vthwang commented Dec 1, 2016

$sql_query = INSERT INTO DataTable (`DataColumn`) VALUES ('$itemarray');

@vthwang vthwang closed this as completed Dec 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant