i got a undefined index error when file upload in php

前端 未结 4 656
无人共我
无人共我 2021-01-25 22:03

i searched again and again but could not find the right answer. here is the situation. i got more than one forms in the same php file and below shows the code.

when i ec

4条回答
  •  旧时难觅i
    2021-01-25 22:18

    I had the same problem before and I noticed that It happens when I don't close the tags, so try closing all input tags like this:

提交回复
热议问题