Click to See Complete Forum and Search --> : print out data sent to server?


SuzanneB
03-25-2005, 03:59 AM
How do I print out all the data sent to the server when I submit a form? I am having problems trying to get some data through to the server and need to see what's going there in the first place.

AdamGundry
03-25-2005, 07:55 AM
Try this:

<?php print_r($_REQUEST); ?>
Adam