Php form checker
am 01.01.2008 18:05:03 von nokiamobile.e90
Hi,
I need a php script that compile the form available in this page:
http://europe.nokia.com/A4305060
and store the results in a file.
If the results are different from last check, the script should send a
mail.
The script, with only one execution, should compile the form N times,
where N is the number of codes to check, stored in a file.
Summarize:
In file "codes.txt" there are some codes, like:
0530669
0553974
0519047
The php script use this codes and put theme in form.
The results are stored in a txt file, that will contain also the last
result checked.
If before and last version are different, a mail should be sent.
Anyone could help me?
I promise a donation with paypal, you help concretely me :-)
Thanks!
Re: Php form checker
am 01.01.2008 20:13:28 von Jerry Stuckle
nokiamobile.e90@gmail.com wrote:
> Hi,
> I need a php script that compile the form available in this page:
> http://europe.nokia.com/A4305060
> and store the results in a file.
> If the results are different from last check, the script should send a
> mail.
>
> The script, with only one execution, should compile the form N times,
> where N is the number of codes to check, stored in a file.
>
> Summarize:
> In file "codes.txt" there are some codes, like:
> 0530669
> 0553974
> 0519047
>
> The php script use this codes and put theme in form.
> The results are stored in a txt file, that will contain also the last
> result checked.
> If before and last version are different, a mail should be sent.
>
> Anyone could help me?
> I promise a donation with paypal, you help concretely me :-)
>
> Thanks!
>
I'm assuming this is not your page, so you'll need to download the page
and parse it. Not a major job, but not necessarily easy, either. I
could do it easily, but not for a "paypal donation".
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================