<?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: Transfering Data with Other Servers Using cURL</title>
	<atom:link href="http://www.devlounge.net/code/transfering-data-with-other-servers-using-curl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/transfering-data-with-other-servers-using-curl</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Colin</title>
		<link>http://www.devlounge.net/code/transfering-data-with-other-servers-using-curl/comment-page-1#comment-174549</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 24 Jul 2008 18:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1547#comment-174549</guid>
		<description>Great post, was wanting to learn this as a lot of the Drupal modules I&#039;m using make use of this..

You&#039;re missing a semi-colon after every piece of this code:

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1)</description>
		<content:encoded><![CDATA[<p>Great post, was wanting to learn this as a lot of the Drupal modules I&#8217;m using make use of this..</p>
<p>You&#8217;re missing a semi-colon after every piece of this code:</p>
<p>curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.devlounge.net/code/transfering-data-with-other-servers-using-curl/comment-page-1#comment-174495</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 15 Jul 2008 14:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=1547#comment-174495</guid>
		<description>Great article Kevin!

I&#039;ve used curl a little in my own programming as a way of sharing content between two websites on different servers the easy way. It comes in handy sometimes when you don&#039;t want to spend the time to develop a formal API for a system. You get the same benefits without investing as much time.</description>
		<content:encoded><![CDATA[<p>Great article Kevin!</p>
<p>I&#8217;ve used curl a little in my own programming as a way of sharing content between two websites on different servers the easy way. It comes in handy sometimes when you don&#8217;t want to spend the time to develop a formal API for a system. You get the same benefits without investing as much time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

