--- Stephan Becker <[EMAIL PROTECTED]> wrote:
> With perl there is a CPAN modul that could act as a HTTPclient to
> handle such HTTP issues properly.

With PHP, there is PEAR:

http://pear.php.net/package/HTTP
http://pear.php.net/package/HTTP_Client
http://pear.php.net/package/HTTP_Request

Or, you can always perform the POST request yourself:

http://shiflett.org/dev/php_post.phps

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to