<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Save login info in a cookie using CURL (PHP)</title>
	<atom:link href="http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/</link>
	<description>where you go when not looking for the answer to life, the universe and everything</description>
	<lastBuildDate>Mon, 07 Jun 2010 13:16:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Phil</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-394</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-394</guid>
		<description>Many thanks for your tips! ^_^</description>
		<content:encoded><![CDATA[<p>Many thanks for your tips! ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushant Danekar</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-393</link>
		<dc:creator>Sushant Danekar</dc:creator>
		<pubDate>Fri, 14 May 2010 13:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-393</guid>
		<description>HI there,

this code is gr8. 
But its not working for my requirement.
Please have a look on this site. and let me know how I should use 

http://armls.flexmls.com/

Currently I am getting error that 

Unable to Log In
This site uses cookies for its own security. Your browser must be capable of processing cookies and cookies must be activated. Please set your browser to accept cookies, then press the reload button.

please reply 

thanks 
regards
Sushant Danekar 
http://sushant-danekar.blogspot.com/   http://splendornet.com/</description>
		<content:encoded><![CDATA[<p>HI there,</p>
<p>this code is gr8.<br />
But its not working for my requirement.<br />
Please have a look on this site. and let me know how I should use </p>
<p><a href="http://armls.flexmls.com/" rel="nofollow">http://armls.flexmls.com/</a></p>
<p>Currently I am getting error that </p>
<p>Unable to Log In<br />
This site uses cookies for its own security. Your browser must be capable of processing cookies and cookies must be activated. Please set your browser to accept cookies, then press the reload button.</p>
<p>please reply </p>
<p>thanks<br />
regards<br />
Sushant Danekar<br />
<a href="http://sushant-danekar.blogspot.com/" rel="nofollow">http://sushant-danekar.blogspot.com/</a>   <a href="http://splendornet.com/" rel="nofollow">http://splendornet.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aam</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-351</link>
		<dc:creator>aam</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-351</guid>
		<description>Hi sir.. im newbie in php.. i got sum problem to save cookies and execute another command remotely.. here is the script..



can i login wid multiple ids using curl?

thanks for your help sir.. :)</description>
		<content:encoded><![CDATA[<p>Hi sir.. im newbie in php.. i got sum problem to save cookies and execute another command remotely.. here is the script..</p>
<p>can i login wid multiple ids using curl?</p>
<p>thanks for your help sir.. <img src='http://www.kunaal84.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajagopal</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-345</link>
		<dc:creator>Rajagopal</dc:creator>
		<pubDate>Tue, 20 Jan 2009 14:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-345</guid>
		<description>Using curl i reterive the webpage(using curl login option) but while i click the inner link in that page it shows session expired.How to enable the session.</description>
		<content:encoded><![CDATA[<p>Using curl i reterive the webpage(using curl login option) but while i click the inner link in that page it shows session expired.How to enable the session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ann</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-339</link>
		<dc:creator>ann</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-339</guid>
		<description>i want to post values to the site trademe.co.nz using curl. how can i add an item for auction just after logging i n. the problem now i am facing is i give the particular url , but it gives me the login page. can i use curl with username and password given with other options of surl_setopt()?</description>
		<content:encoded><![CDATA[<p>i want to post values to the site trademe.co.nz using curl. how can i add an item for auction just after logging i n. the problem now i am facing is i give the particular url , but it gives me the login page. can i use curl with username and password given with other options of surl_setopt()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-336</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sun, 14 Sep 2008 15:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-336</guid>
		<description>Josh, do they use pop ups, redirects to different subdomains or hidden autosubmitting forms?

Cause Any of those may catch you off guard and throw you through 3 pages or so instead of just from one to another.

I&#039;m having a nightmare doing an information dl on a website that does that using CURL.</description>
		<content:encoded><![CDATA[<p>Josh, do they use pop ups, redirects to different subdomains or hidden autosubmitting forms?</p>
<p>Cause Any of those may catch you off guard and throw you through 3 pages or so instead of just from one to another.</p>
<p>I&#8217;m having a nightmare doing an information dl on a website that does that using CURL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.kunaal84.com/blog/2008/05/30/save-login-info-in-a-cookie-using-curl-php/comment-page-1/#comment-325</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 07 Aug 2008 00:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunaal84.com/blog/?p=49#comment-325</guid>
		<description>Thank you for the information.
I am able to successfully use your idea with ebay.com!

But I have an issue with overstock.com
- I am able to login it takes me to a welcome page (and cookies are in the cookie file.)
- But accessing another page under the same site, is taking me to the login page again, though the cookie file is speicified.

ovestock.com uses all https pages.

Try it yourself on overstock, (1) login, (2)access the preferences page using cURL.

Advise,
Thanks!
Josh</description>
		<content:encoded><![CDATA[<p>Thank you for the information.<br />
I am able to successfully use your idea with ebay.com!</p>
<p>But I have an issue with overstock.com<br />
- I am able to login it takes me to a welcome page (and cookies are in the cookie file.)<br />
- But accessing another page under the same site, is taking me to the login page again, though the cookie file is speicified.</p>
<p>ovestock.com uses all https pages.</p>
<p>Try it yourself on overstock, (1) login, (2)access the preferences page using cURL.</p>
<p>Advise,<br />
Thanks!<br />
Josh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
