Re: [PHP] Using PHP to retrieve a Yahoo Groups Web Page

2007-07-06 Thread Alan Milnes
On 06/07/07, Greg Donald <[EMAIL PROTECTED]> wrote: Specifically you need these two options: CURLOPT_COOKIEFILE CURLOPT_COOKIEJAR http://us2.php.net/manual/en/function.curl-setopt.php Thanks - that was it. Alan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] Using PHP to retrieve a Yahoo Groups Web Page

2007-07-06 Thread Jim Lucas
Greg Donald wrote: On 7/4/07, Alan Milnes <[EMAIL PROTECTED]> wrote: I have spent the afternoon trawling the web for how to retrieve a Yahoo Groups Web Page using PHP. The best option seems to be curl, which is installed on my host. I need to understand how to set the cookies so that Yahoo acc

Re: [PHP] Using PHP to retrieve a Yahoo Groups Web Page

2007-07-06 Thread Greg Donald
On 7/4/07, Alan Milnes <[EMAIL PROTECTED]> wrote: I have spent the afternoon trawling the web for how to retrieve a Yahoo Groups Web Page using PHP. The best option seems to be curl, which is installed on my host. I need to understand how to set the cookies so that Yahoo accepts my response. T

[PHP] Using PHP to retrieve a Yahoo Groups Web Page

2007-07-04 Thread Alan Milnes
I have spent the afternoon trawling the web for how to retrieve a Yahoo Groups Web Page using PHP. The best option seems to be curl, which is installed on my host. I need to understand how to set the cookies so that Yahoo accepts my response. The code I have is:- $url="http://uk.groups.yahoo.c