Is there some way to see what variables were posted in a form?
It is easy to check the variables that I know are posted using $_POST["variable_name"] but what if I don't know what I'm looking for and just want to see a list of options?
It is easy to check the variables that I know are posted using $_POST["variable_name"] but what if I don't know what I'm looking for and just want to see a list of options?