> Is it possible to have a form where I post variables to a processing > script which would then redirect to another form have variables posted > from the processing script? I am researching the HTTP header things as I > write this, but have not found a viable answer that is PHP only. I dont know if that is poosible. I think you would have to find a way to tell the browser to pass the post data. Why are you trying to do this? Why not use sessions, or the query string? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php