Page 1 of 1

Redirect and post data

Posted: Tue Jan 06, 2004 12:05 pm
by Frederick
Hi.

The following code:

Code: Select all

header("Location: http://www.whatever.com/test.php");
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!

Posted: Tue Jan 06, 2004 12:13 pm
by JAM
Perhaps http://www.zend.com/zend/tut/tutorial-t ... p#Heading8 might interest you. It's about using cURL and libcurl.