Stupid me completely forgot about the socket functions in PHP. Again, that's what I get for having too little coffee last night.
Thanks for the help everyone. ----- Original Message ----- From: "Chris Shiflett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 27, 2004 11:06 PM Subject: Re: [PHP] submit to a remote form without the use of curl?? Is it possible? > --- [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

