How to parse an external form and submit it

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Enter The

    How to parse an external form and submit it

    Hi,

    I'm trying to write a php script to open an external web page. Fill
    in a form. Submit the form. And then retrieve the data.

    For example, From my script, I'm looking to open up a google mail, log
    into google mail, and then retrieve some data. I'm not looking to
    parse stuff on my own site.

    Are there any scripts already out there that can help me do this?

    Thanks,

    enter

  • Steve

    #2
    Re: How to parse an external form and submit it

    On Thu, 12 Apr 2007 12:53:07 -0700, Enter The wrote:
    Hi,
    >
    I'm trying to write a php script to open an external web page. Fill
    in a form. Submit the form. And then retrieve the data.
    >
    For example, From my script, I'm looking to open up a google mail, log
    into google mail, and then retrieve some data. I'm not looking to
    parse stuff on my own site.
    >
    Are there any scripts already out there that can help me do this?
    >
    Thanks,
    >
    enter
    Yeah, there's plenty of spamming scripts out there for the script kiddies (:

    Comment

    • Erwin Moller

      #3
      Re: How to parse an external form and submit it

      Enter The wrote:
      Hi,
      >
      I'm trying to write a php script to open an external web page. Fill
      in a form. Submit the form. And then retrieve the data.
      >
      For example, From my script, I'm looking to open up a google mail, log
      into google mail, and then retrieve some data. I'm not looking to
      parse stuff on my own site.
      >
      Are there any scripts already out there that can help me do this?
      >
      Thanks,
      >
      enter
      Hi,

      You can do such things with CURL.
      Start learning here: http://www.php.net/curl

      Regards,
      Erwin Moller

      Comment

      Working...