PhpStorm $_POST always empty

前端 未结 4 1823
抹茶落季
抹茶落季 2020-12-11 16:18

$_POST seems that does not work. I\'ve installed PhpStorm 10.0.3, and using the WAMP server default php interpreter.

in the index.php:

&         


        
4条回答
  •  自闭症患者
    2020-12-11 17:10

    Try setting the enctype of the form, without it the $_POST array might not be populated as PHP only receives a string of fields without knowing what to do with it:

提交回复
热议问题