Please Help - I'm stuck. I currently have a page with a form in it and the data from this form needs to be send via "post" to another script. No problem. Except I need to use this data to process a bunch of stuff behind the scenes and then AUTOMATICALLY redirect all this same information to another url. I would use a header() call, but this passes the information along as a "get" instead of a post? Does anyone know how to redirect via the post method?