Click to See Complete Forum and Search --> : passing on post varibles with header("Location:page.php");


lomokev
04-20-2006, 04:12 AM
i have a form on one page that send POST the variables to the next

on the form processing page i take the data and insert it to a database but what i want to be able to do is send that POST data to another page for thurther processing is it posable to go to a new url and send the POST data to using in header("Location: or some simmer method?

the new URL is not on my web site i can modify that page so i can't pull the data from the data base

Sheldon
04-20-2006, 04:21 AM
you could either use two methods

1). set the form var's as session vars

2). set the post vars in the query string