[EMAIL PROTECTED] wrote:

Is it possible with php to submit to a remote form without the use of curl?

I am developing an application on a hosting server that does not have curl
available and I need to submit some values to a remote form.

Anybody ever do something like this without the use of curl?


It's quite possible you can use fsockopen() to do this manually (RFC 2616) or you can make use of any of the classes available for free.
in some platforms you might find the POST binary which makes things a lot easier.



Thanks,
Brent

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

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



Reply via email to