I have an HttpRequest that sends data using the POST method. I can not get them. I tried like this:
$n = $_POST; I thought that in this way I would be able to get everything that I send using the POST method, but apparently, no, I failed.
I have an HttpRequest that sends data using the POST method. I can not get them. I tried like this:
$n = $_POST; I thought that in this way I would be able to get everything that I send using the POST method, but apparently, no, I failed.
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
Source: https://ru.stackoverflow.com/questions/520933/
All Articles
var_dump($_POST);look what is there - splash58