I would like to see the raw code sent by an HTML page using the FORM POST function. I would like to mimic this data for a app I am working on.

Is there a way I can output the raw data to the screen as part of a php script?

Thanks

Greg

    How about print_r($_POST) ?

      Write a Reply...