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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print all variables?

Status
Not open for further replies.

rrsub

MIS
Joined
Oct 23, 2002
Messages
536
Location
US
Is there a way to print all POSTed variables from a form regardless of the name of an input?
 
print_r ($HTTP_POST_VARS);

[cheers]
Cheers!
Laura
 
You know, I did the "print_r ($_POST);" but I left out the "_" when I came here.

Thanks for knock on the head.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top