[PHP] Populating Other People's Forms

2002-09-10 Thread Mike At Spy
I would like to write a script that would populate someone else's form on the net and get the results. Off hand, I imagine I would use fopen() to open up the web page and pass some variables to it. The problem I have is that the form I want to populate is a multi-step CGI. Is this possible?

Re: [PHP] Populating Other People's Forms

2002-09-10 Thread Chris Shiflett
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