It sounds like you need to look into using cURL. It helps with automated 
posting.

Now, you need to first determine whether the forms in question use a 
method of "get" or "post" before deciding how to proceed. If they use 
get, you can simply use a series of fopen() calls with the appropriate 
parameters on the URL. If they use post, you should look at cURL to see 
if it will handle your needs.

Happy hacking.

Chris

Mike At Spy wrote:

>I would like to write a script that would populate someone else's form on
>the net and get the results.
>


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

Reply via email to