PHP cannot obtain post data. Is there anyone in PHP who has encountered post value transfer in the foreground? $ _ POST cannot be used in the background to obtain the value?
Reply to discussion (solution)
Nothing. Give the code ..
Passed? You have to look at the specific code. this is generally not the case.
Paste the code to see
No! The value can be passed as long as you have not written an error. Paste the code...
Show me the code ~
Show me the code ~
Why not?
$ _ POST cannot be used to obtain the value.
Remove enctype = "text/plain.
$ _ POST ['name'] receiving!
Firebug?
You can use $ _ QUERST to receive the value. As for the value that $ _ POST cannot accept, it may be caused by a parameter change in php. ini! You can modify the register_global parameter, but the security may be reduced!
You can use $ _ QUERST to receive the value. As for the value that $ _ POST cannot accept, it may be caused by a parameter change in php. ini! You can modify the register_global parameter, but the security may be reduced!
You can try it. it should be a configuration problem.
In some php versions, this may happen if the key value is not enclosed in quotation marks.
Quote from
Thanks for your reply, which seems to be a problem with php. ini settings.
No action