Unable to insert data from dynamically created add remove fields in database using php

后端 未结 2 586
囚心锁ツ
囚心锁ツ 2020-12-21 23:36

I\'m trying to insert data from dynamically created add remove fields in database using php but unable to do.I\'m only able to insert data from original form.

My fo

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-22 00:16

    Because you have a header the code will insert single row and do the header to the requested file. So, remove both the header.

提交回复
热议问题