--- [EMAIL PROTECTED] wrote:
> Is it possible with php to submit to a remote form without the
> use of curl?

You can use fsockopen:

http://shiflett.org/hacks/php/http_post

If your version of PHP supports streams, you can use streams:

http://shiflett.org/hacks/php/streams_post

Hope that helps.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly     HTTP Developer's Handbook - Sams
Coming December 2004        http://httphandbook.org/

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

Reply via email to