Android php toolbox, then $_REQUEST in the php code cannot accept parameters, get, post parameters can be accepted, GPR is turned on in the configuration, I don’t know what’s going on, please help me solve it
The key value of name needs to exist in the form, and then the corresponding key value is passed. However, generally speaking, after obtaining it with $_GET or $_POST, make a judgment to complete the parameter transmission process!
replyMaybe I didn't describe it clearly. The problem I want to solve is how to configure it so that $_request can get the passed parameter value. Now the printed $_request is empty, but get and post can print out the data.
The key value of name needs to exist in the form, and then the corresponding key value is passed. However, generally speaking, after obtaining it with $_GET or $_POST, make a judgment to complete the parameter transmission process!