On Fri, 19 Nov 2004 14:39:57 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote:
> I want to write php script that fill out HTML form online. Any ideas
> how to do it?

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

If that isn't enough, you can open a socket connection directly to the
web server:

php.net/fsockopen


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to