How to parse an external form and submit it 
April 12th, 2007, 08:55 PM
| | | |
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 | 
April 12th, 2007, 09:05 PM
| | | | re: How to parse an external form and submit it
On Thu, 12 Apr 2007 12:53:07 -0700, Enter The wrote: Quote:
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 (: | 
April 12th, 2007, 09:15 PM
| | | | re: How to parse an external form and submit it
Enter The wrote: Quote:
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 |  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,714 network members.
|