I see the thread about using "Urgent" and other subject lines went well ...
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Vincent, Justin" <J.Vincent@e...>
To: "professional php" <pro_php@p...>
Sent: Monday, November 11, 2002 8:16 AM
Subject: [pro_php] Urgent..!
> Hi All,
>
> I need a way to see exactly what the web browser
> is posting 'as raw data' from a form.
>
> For example on a form like this..
>
> <form method=post action=script.php>
> <input type=hidden name=test_var value=hello_world>
> <input type=submit>
> </form>
>
> Does any one know of a quick easy way to do this (rather than
> write a deamon that accepts incomming streams and writes
> them to file).
>
> I have looked at the php $_REQUEST stuff but it seems to parse
> the incomming query into different variables.. I need to see the
> whole thing as one long text page.
>
> Cheers,
> Justin.
>