On Wed, 2004-03-03 at 08:22, Richard Davey wrote: > Hi all, > > Just a quick question - but does anyone know where I could find an > example of a POST form header? As in all of the raw HTTP headers that > are sent from the browser to the server when it submits a form via > POST? If it's possible to extract this information via a PHP function > then I'll be happy to rtfm if someone can tell me the function name I > need.
Doesn't $GLOBALS['HTTP_RAW_POST_DATA'] have this info? -- Brian V Bonini <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php