我的表单如下,具有相同名称的文本字段列,我想使用下面的表单将多个数组数据插入 mysql。请告诉我如何在 php mysql 中使用 foreach
第一栏
<input name="date[]" type="text" class="datepicker">
<input type="text" name="local[]" />
<input type="text" name="desc[]" />
<input type="text" name="ta[]" />
<input type="text" name="car[]" />
第二栏
<input name="date[]" type="text" class="datepicker">
<input type="text" name="local[]" />
<input type="text" name="desc[]" />
<input type="text" name="ta[]" />
<input type="text" name="car[]" />