hi all, I'd just like to know the code needed to output all $_POST variables to the screen.
FOREACH something or other, unless there's another easier way?
Thanks
Beginners Questions... ForEach $_POST
Moderator: General Moderators
-
stoneferry
- Forum Newbie
- Posts: 9
- Joined: Sat Feb 16, 2008 10:39 am
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Beginners Questions... ForEach $_POST
Code: Select all
print_r($_POST);