sillysillysilly Posted March 1, 2009 Share Posted March 1, 2009 I have a script I am using to help automate the writing of data to a pages input fields through an IFRAME. The problem I am having is that it does not retain my login information via the cookie. How can I make it so that it has no idea I am using an IFRAME and cURL? Any Help you can be is greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/ Share on other sites More sharing options...
WolfRage Posted March 3, 2009 Share Posted March 3, 2009 Let's see the script. Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/#findComment-775328 Share on other sites More sharing options...
HuggieBear Posted March 3, 2009 Share Posted March 3, 2009 You can use curl_setopt() with the values of CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE. Link to comment https://forums.phpfreaks.com/topic/147465-curl-and-the-dreaded-cookie-monster/#findComment-775338 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.