I'm sure you've seen that phpinfo(); can output all variables that were send to it using POST. So I'm asking, if there is any way for a user to get a list (array) of all $_POST variables that were sent to this page.
I've seen it done with GET - there we can use _SERVER["argv"].
This would be helpful to determine which variables are not set - blank.
Thank you in advance.
L.
I've seen it done with GET - there we can use _SERVER["argv"].
This would be helpful to determine which variables are not set - blank.
Thank you in advance.
L.