Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

All $_POST output?

Status
Not open for further replies.

1510982

Programmer
Feb 17, 2002
57
SI
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top