Re: Program to Submit to forms [message #173907 is a reply to message #173905] |
Thu, 12 May 2011 05:29 |
stephen.slator
Messages: 1 Registered: May 2011
Karma:
|
Junior Member |
|
|
On May 12, 7:21 am, Denis McMahon <denis.m.f.mcma...@gmail.com> wrote:
> 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
when I need to build a form with correct code, I prefer to use <a
href="http://phpforms.net">php forms</a>. I'm not very good in coding,
and can not suggest you any advice in coding.
|
|
|