Redirect and post data
Posted: Tue Jan 06, 2004 12:05 pm
Hi.
The following code:
Will redirect a browser to http://www.whatever.com/test.php
Is there a way to send POST data to test.php using this method, or a similiar way?
thanks!
The following code:
Code: Select all
header("Location: http://www.whatever.com/test.php");Is there a way to send POST data to test.php using this method, or a similiar way?
thanks!