[PHP] Curl and cookies

2006-12-15 Thread Fernando M. M.
Hello, I have just started using curl and i have some question about cookies. The website i'm logging in controls everything using cookies (from login to the actions inside it). Is there a way to store the cookie values into a php session variable ($_SESSION['cookie'])? How do i make curl

RE: [PHP] Curl and cookies

2006-12-15 Thread Ray Hauge
:07 AM To: php-general@lists.php.net Subject: [PHP] Curl and cookies Hello, I have just started using curl and i have some question about cookies. The website i'm logging in controls everything using cookies (from login to the actions inside it). Is there a way to store the cookie values

RE: [PHP] Curl and cookies

2006-12-15 Thread Marcus
a new call to a new page, using the cookies with curl option COOKIE. --aras -Original Message- From: Fernando M. M. [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 4:07 PM To: php-general@lists.php.net Subject: [PHP] Curl and cookies Hello, I have just started using curl

Re: [PHP] Curl and cookies

2006-12-15 Thread Richard Lynch
On Fri, December 15, 2006 8:06 am, Fernando M. M. wrote: I have just started using curl and i have some question about cookies. The website i'm logging in controls everything using cookies (from login to the actions inside it). Is there a way to store the cookie values into a php session

RE: [PHP] CURL and Cookies

2004-02-10 Thread jon roig
, February 09, 2004 6:29 PM To: [EMAIL PROTECTED] Subject: [PHP] CURL and Cookies I would appreciate any help you can give me about a problem I am having with PHP's CURL functions. I want to use CURL to download news from Wall Street Journal Online. When you visit the WSJ home page, you're

[PHP] CURL and Cookies

2004-02-09 Thread Richard Miller
I would appreciate any help you can give me about a problem I am having with PHP's CURL functions. I want to use CURL to download news from Wall Street Journal Online. When you visit the WSJ home page, you're forwarded to an authentication page to enter your name and password, and then

[PHP] cURL and cookies

2002-09-04 Thread Jeff Schwartz
I'm trying to use cURL to log into a site, get the cookies then use those cookies as I move through the site. I'm getting the cookies in a file but either they're not being sent when the script goes to the next page or they need to be formatted somehow so the site recognizes them. Has anyone