Page 1 of 1

Beginners Questions... ForEach $_POST

Posted: Sat Jul 12, 2008 7:05 am
by stoneferry
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

Re: Beginners Questions... ForEach $_POST

Posted: Sat Jul 12, 2008 7:09 am
by jayshields

Code: Select all

print_r($_POST);