There is a php web page that i want to submit my POST request but i don't know the name of the parameter. Is there a way to find out the name of the parameter that i should submit my values into.
Update: I don't have the form that submit to that page. So i can't use $_POST.
You can get the names of all passed
$_POST
parameters with:If you know there is only one parameter, to get the value use: