PHP upload - Why isset($_POST['submit']) is always FALSE

后端 未结 5 1392
执念已碎
执念已碎 2021-01-05 06:08

I have the following code sample upload3.php:



PHP Form Upload



5条回答
  •  春和景丽
    2021-01-05 06:24

    Try looking at the REQUEST_METHOD and see if it's POST. It's a little bit nicer.

提交回复
热议问题