Php form checker

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nokiamobile.e90@gmail.com

    #1

    Php form checker

    Hi,
    I need a php script that compile the form available in this page:
    As a technology leader across mobile, fixed and cloud networks, our solutions enable a more productive, sustainable and inclusive world.

    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!
  • Jerry Stuckle

    #2
    Re: Php form checker

    nokiamobile.e90 @gmail.com wrote:
    Hi,
    I need a php script that compile the form available in this page:
    As a technology leader across mobile, fixed and cloud networks, our solutions enable a more productive, sustainable and inclusive world.

    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@attgl obal.net
    =============== ===

    Comment

    Working...