<?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: Making Web Requests Using Curl From C and PHP</title>
	<atom:link href="http://www.dimuthu.org/blog/2009/01/28/making-web-requests-using-curl-from-c-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimuthu.org/blog/2009/01/28/making-web-requests-using-curl-from-c-and-php/</link>
	<description>Waiting for your comments</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: M Sanda</title>
		<link>http://www.dimuthu.org/blog/2009/01/28/making-web-requests-using-curl-from-c-and-php/comment-page-1/#comment-66337</link>
		<dc:creator>M Sanda</dc:creator>
		<pubDate>Tue, 03 May 2011 03:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=906#comment-66337</guid>
		<description>hi, this is very helpful
i am new to c/c++ and i try to figure something out
i want to login to a page and then check if it contains a word like this
if (strstr(content, &quot;IMPORTANT&quot;)) puts(&quot;Evrika\n&quot;);
the thing is that i don&#039;t receive the entire page, only a part of it in the output
seems like the buffer is overloaded after login to the website and on the final page request, i get only first part of it 
do you have any idea how to clear the buffer? ( if thats the problem )
tx a lot</description>
		<content:encoded><![CDATA[<p>hi, this is very helpful<br />
i am new to c/c++ and i try to figure something out<br />
i want to login to a page and then check if it contains a word like this<br />
if (strstr(content, &#8220;IMPORTANT&#8221;)) puts(&#8220;Evrika\n&#8221;);<br />
the thing is that i don&#8217;t receive the entire page, only a part of it in the output<br />
seems like the buffer is overloaded after login to the website and on the final page request, i get only first part of it<br />
do you have any idea how to clear the buffer? ( if thats the problem )<br />
tx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2009/01/28/making-web-requests-using-curl-from-c-and-php/comment-page-1/#comment-52058</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Wed, 09 Feb 2011 04:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=906#comment-52058</guid>
		<description>Nice to know this was helpful:)</description>
		<content:encoded><![CDATA[<p>Nice to know this was helpful:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew K</title>
		<link>http://www.dimuthu.org/blog/2009/01/28/making-web-requests-using-curl-from-c-and-php/comment-page-1/#comment-42283</link>
		<dc:creator>Andrew K</dc:creator>
		<pubDate>Thu, 16 Dec 2010 14:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=906#comment-42283</guid>
		<description>Thanks for posting this!  I&#039;m working on my own Class in C++ for downloading web pages and saving them in a database.  This is a great explanation of CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA :)</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!  I&#8217;m working on my own Class in C++ for downloading web pages and saving them in a database.  This is a great explanation of CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA <img src='http://www.dimuthu.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

