<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Download a URL&#8217;s Content Using PHP&#160;cURL</title> <atom:link href="http://davidwalsh.name/download-urls-content-php-curl/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/download-urls-content-php-curl</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Vinoth Kumar</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-28024</link> <dc:creator>Vinoth Kumar</dc:creator> <pubDate>Thu, 22 Dec 2011 15:37:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-28024</guid> <description>I&#039;m running Web hosting Website. There My Domain Provider gave me some HTTP API&#039;s. I tried to implement them but i&#039;m getting empty response from curl. Its  a HTTPS  url and i usedcurl_setopt($ch,CURLOPT_SSL_VERIFYHOST,false);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);params in my curl. But still getting empty response. Can anyone help me in this! I&#039;m new to cURL :&#039;(</description> <content:encoded><![CDATA[<p>I&#8217;m running Web hosting Website. There My Domain Provider gave me some HTTP API&#8217;s. I tried to implement them but i&#8217;m getting empty response from curl. Its  a HTTPS  url and i used</p><p>curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,false);<br
/> curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);</p><p>params in my curl. But still getting empty response. Can anyone help me in this! I&#8217;m new to cURL :&#8217;(</p> ]]></content:encoded> </item> <item><title>By: Manjit Singh</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27849</link> <dc:creator>Manjit Singh</dc:creator> <pubDate>Wed, 07 Dec 2011 11:17:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27849</guid> <description>You need to set session for that and pass them with header so they can use as normal login process. For further details you can contact me at &#109;&#115;ingh&#064;&#101;k&#111;&#109;k&#097;&#097;r.c&#111;&#109;</description> <content:encoded><![CDATA[<p>You need to set session for that and pass them with header so they can use as normal login process. For further details you can contact me at <a
href="m&#97;i&#108;&#116;&#111;&#58;&#109;s&#105;ng&#104;&#64;&#101;k&#111;&#109;k&#97;a&#114;.&#99;&#111;m">ms&#105;&#110;gh&#64;e&#107;&#111;m&#107;&#97;&#97;r.&#99;&#111;m</a></p> ]]></content:encoded> </item> <item><title>By: Thunderbird</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27845</link> <dc:creator>Thunderbird</dc:creator> <pubDate>Wed, 07 Dec 2011 00:49:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27845</guid> <description>How can I download the contents of a website that requires login??</description> <content:encoded><![CDATA[<p>How can I download the contents of a website that requires login??</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27748</link> <dc:creator>John</dc:creator> <pubDate>Mon, 28 Nov 2011 05:38:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27748</guid> <description>How repeat the process</description> <content:encoded><![CDATA[<p>How repeat the process</p> ]]></content:encoded> </item> <item><title>By: ahmad</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27739</link> <dc:creator>ahmad</dc:creator> <pubDate>Sat, 26 Nov 2011 10:14:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27739</guid> <description>how can login by curl</description> <content:encoded><![CDATA[<p>how can login by curl</p> ]]></content:encoded> </item> <item><title>By: dinh vi</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27720</link> <dc:creator>dinh vi</dc:creator> <pubDate>Wed, 23 Nov 2011 08:41:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27720</guid> <description>Hello David,
How can I download a file from remote url? I&#039;ve try using your method but no luck :(</description> <content:encoded><![CDATA[<p>Hello David,<br
/> How can I download a file from remote url? I&#8217;ve try using your method but no luck :(</p> ]]></content:encoded> </item> <item><title>By: Zac</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27455</link> <dc:creator>Zac</dc:creator> <pubDate>Sat, 05 Nov 2011 03:20:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27455</guid> <description>In order to read sites encrypted by SSL, like Google Calendar feeds, you must set these CURL options:
&lt;code&gt;
curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,false);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>In order to read sites encrypted by SSL, like Google Calendar feeds, you must set these CURL options:<br
/> <code><br
/> curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,false);<br
/> curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: harish</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27411</link> <dc:creator>harish</dc:creator> <pubDate>Tue, 01 Nov 2011 11:20:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27411</guid> <description>I think good practice to use  CURLOPT_USERAGENT in cURL scripts...</description> <content:encoded><![CDATA[<p>I think good practice to use  CURLOPT_USERAGENT in cURL scripts&#8230;</p> ]]></content:encoded> </item> <item><title>By: andaru</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-27322</link> <dc:creator>andaru</dc:creator> <pubDate>Fri, 21 Oct 2011 16:57:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-27322</guid> <description>Thanks, this script help me to move my wordpress content to new host.</description> <content:encoded><![CDATA[<p>Thanks, this script help me to move my wordpress content to new host.</p> ]]></content:encoded> </item> <item><title>By: iknowv</title><link>http://davidwalsh.name/download-urls-content-php-curl/comment-page-1#comment-26829</link> <dc:creator>iknowv</dc:creator> <pubDate>Tue, 06 Sep 2011 09:14:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/download-urls-content-php-curl/#comment-26829</guid> <description>Hey David,I did searched on net to find rough code by which i can get  &quot;Reciprocal&quot; back links status.
This helps me finally. :)I do modify it as per my need.To check backlinks
0)
{
echo &#039;found&#039;;
}else{
echo &#039;Not found&#039;;
}
}$remote_url = &#039;http://www.listsdir.com/&#039;;
$mmb_url = &#039;http://mymoviesbuzz.com/titles/&#039;;$returned_content = get_data($remote_url,$mmb_url);
?&gt;Thanks.</description> <content:encoded><![CDATA[<p>Hey David,</p><p>I did searched on net to find rough code by which i can get  &#8220;Reciprocal&#8221; back links status.</p><p>This helps me finally. :)</p><p>I do modify it as per my need.</p><p>To check backlinks<br
/> 0)<br
/> {<br
/> echo &#8216;found&#8217;;<br
/> }else{<br
/> echo &#8216;Not found&#8217;;<br
/> }<br
/> }</p><p>$remote_url = &#8216;<a
href="http://www.listsdir.com/&#039;" rel="nofollow">http://www.listsdir.com/&#039;</a>;<br
/> $mmb_url = &#8216;<a
href="http://mymoviesbuzz.com/titles/&#039;" rel="nofollow">http://mymoviesbuzz.com/titles/&#039;</a>;</p><p>$returned_content = get_data($remote_url,$mmb_url);<br
/> ?&gt;</p><p>Thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/18 queries in 0.015 seconds using disk: basic
Object Caching 865/868 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:40:19 -->
