In perl you can get all the posted fields - is there a way to do this in php without needing to know the names of the fields?
I want to send over a bunch of "order" fields
Loop through the $_POST array, say with the foreach loop.