[PHP] How do I fake a FORM submission with POST Mothed from PHP

2003-12-08 Thread leon
Hi , guys How can I POST a submit to a webserver and get the response content in PHP script? And if it must use CURL how can i add this module? i configure PHP without --with-curl ,:( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How do I fake a FORM submission with POST Mothed from PHP

2003-12-08 Thread Chris Shiflett
--- leon [EMAIL PROTECTED] wrote: How can I POST a submit to a webserver and get the response content in PHP script? You can do it manually: http://shiflett.org/hacks/php/http_post Other options are cURL and various PEAR classes. Hope that helps. Chris = Chris Shiflett -