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
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