|
Posted by Erwin Moller on 04/12/07 20:10
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
[Back to original message]
|