Re: Program to Submit to forms [message #173905 is a reply to message #173903] |
Thu, 12 May 2011 04:21 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Wed, 11 May 2011 18:02:40 -0700, Charlie wrote:
> Every reference to form handler ... blah
Charlie.
You asked two questions. One question was "Can I do x using php?"
The answer is yes, and that was the answer you were given.
If you meant to ask "How do I ..." then ask "How do I ..."
The other question you asked was "Can I do x using other languages?" and
again you were given the answer yes, because yes is again the correct
answer.
If you're looking for a method to make a php script load a page from a
website, look at the curl module of php.
Assuming you have an array of website urls and some formdata, you could,
for example, use a foreach loop to iterate over the array and curl to
submit the formdata to each website in turn.
curl: http://www.php.net/manual/book.curl.php
foreach: http://www.php.net/manual/control-structures.foreach.php
arrays: http://www.php.net/manual/language.types.array.php
Rgds
Denis McMahon
|
|
|