私は同じ名前のテキスト フィールド列を持つ以下のようなフォームを持っています。この下のフォームを使用して、複数の配列データを mysql に挿入したいと考えています。plsは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[]" />
2列目
<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[]" />