Hello,
On 08/14/2004 09:41 PM, Yanglong Zhu wrote:
How to forward a POSTed form to another server and catch the return for further processing.
I think I did this before. But now I have completely forgot how that was done. The posted form data is processed on the other server, the results should be returned or captured by the first server. Obviously my brain is not working.
You may want to try this HTTP client class that can do exactly what you want which is emulating browser POSTing a form. It comes with a specific example that explains how to configures everything that you may need.
http://www.phpclasses.org/httpclient
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php