Jun 28, 2004 #1 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?
Jun 28, 2004 #2 LTeeple Programmer Joined Aug 21, 2002 Messages 362 Location CA print_r ($HTTP_POST_VARS); Cheers! Laura Upvote 0 Downvote
Jun 28, 2004 #3 sleipnir214 Programmer Joined May 6, 2002 Messages 15,350 Location US print_r ($_POST); Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
Jun 28, 2004 Thread starter #4 rrsub MIS Joined Oct 23, 2002 Messages 536 Location US You know, I did the "print_r ($_POST);" but I left out the "_" when I came here. Thanks for knock on the head. Upvote 0 Downvote
You know, I did the "print_r ($_POST);" but I left out the "_" when I came here. Thanks for knock on the head.