我要建立一个调查表格生成器。表单中的name属性是来自数据库的动态属性。所以我不知道任何输入元素的name。从数据库中,我生成了表单及其工作,但在提交多个复选框值并将其存储到数据库时遇到了问题。
我试过:
视图
// $inputtype, $name comes from database.
<input type="$inputtype" name="$name"[]>
// I can fetch values of all checked option and loop through it and convert it into str
我有这样的数据库表。
+----+-------------+---------------------------------------+
| id | title | post |
+----+-------------+---------------------------------------+
| 01 | title 01 | Post Content Post Content Post Content|
| 02 | title 02 | Post Content Post Conten