//flex table opened by JP

Click to See Complete Forum and Search --> : redirect php with post data


slam
01-20-2006, 11:58 AM
I am using <? header ('Location: http://www.x.com/next.php'); ?>
to redirect but the post data isn't visible at the redirected page
how do I send along the post data.

slam
01-25-2006, 11:50 AM
66 views and no comment. Anyone have a good php forum to direct me to on this question?
I figured out how to use get with this but I don't want the data visible :confused:

coldmeat
02-12-2006, 04:56 AM
Unfortunately I don't think you can.
If your web server supports cURL you can get your script to load the page with POST data.

I'm working on a similar problem at the moment with 404 redirects, I'll let you know if I come up with a solution.