Click to See Complete Forum and Search --> : redirect php with post data
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.
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.
SysOpt.com
Copyright Internet.com Inc. All Rights Reserved.