--- Richard Davey <[EMAIL PROTECTED]> wrote: > 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?
This function sends a POST manually, so it can give you an idea about what the raw HTTP looks like: http://shiflett.org/hacks/php/http_post There are also some examples in this article: http://shiflett.org/articles/the-truth-about-sessions Hope that helps. Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security - O'Reilly Coming mid-2004 HTTP Developer's Handbook - Sams http://httphandbook.org/ PHP Community Site http://phpcommunity.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php