<?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: Using cURL to Grab Data</title>
	<atom:link href="http://www.greymass.com/using-curl-to-gather-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greymass.com/using-curl-to-gather-data/</link>
	<description>Web Development, Design, PHP and random musings</description>
	<lastBuildDate>Fri, 23 Oct 2009 16:00:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mike</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-99</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-99</guid>
		<description>This is very informative and i thank you for your time and effort posting  this article which is one of the best inclusion of comments (meaning easily understood) for the novice programmer.
 Now, let&#039;s see what it takes to grab a specific line of text or maybe an email address. How would you tell the script where the text is located? Better yet how would you tell the script where the line of text begins and where it ends. After we have decided that, how do we grab that line of text to use for our self indulgence :-)
I&#039;m sure we would use &quot;say&quot; preg_match?</description>
		<content:encoded><![CDATA[<p>This is very informative and i thank you for your time and effort posting  this article which is one of the best inclusion of comments (meaning easily understood) for the novice programmer.<br />
 Now, let&#8217;s see what it takes to grab a specific line of text or maybe an email address. How would you tell the script where the text is located? Better yet how would you tell the script where the line of text begins and where it ends. After we have decided that, how do we grab that line of text to use for our self indulgence <img src='http://www.greymass.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;m sure we would use &#8220;say&#8221; preg_match?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yogesh han</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-55</link>
		<dc:creator>yogesh han</dc:creator>
		<pubDate>Fri, 07 Aug 2009 15:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-55</guid>
		<description>CURL through data post another site and print response</description>
		<content:encoded><![CDATA[<p>CURL through data post another site and print response</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-19</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Sat, 02 May 2009 02:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-19</guid>
		<description>[...] Using cURL to Grab Data [...]</description>
		<content:encoded><![CDATA[<p>[...] Using cURL to Grab Data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using cURL to Grab Data</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-8</link>
		<dc:creator>Using cURL to Grab Data</dc:creator>
		<pubDate>Mon, 27 Apr 2009 04:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-8</guid>
		<description>[...] Visit link: Using cURL to Grab Data [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit link: Using cURL to Grab Data [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-7</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Mon, 27 Apr 2009 04:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-7</guid>
		<description>&lt;strong&gt;Using cURL to Grab Data &#124; Greymass - Exploring things...&lt;/strong&gt;

Using cURL is a simple and effective way to gather data from another website, run it through a script, parse the data and transform it into something useful that you can use on your website. Whether you are “scraping” data to build a summary of a l...</description>
		<content:encoded><![CDATA[<p><strong>Using cURL to Grab Data | Greymass &#8211; Exploring things&#8230;</strong></p>
<p>Using cURL is a simple and effective way to gather data from another website, run it through a script, parse the data and transform it into something useful that you can use on your website. Whether you are “scraping” data to build a summary of a l&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.greymass.com/using-curl-to-gather-data/comment-page-1/#comment-5</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 24 Apr 2009 19:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://jesta.us/?p=31#comment-5</guid>
		<description>You can also use $info = curl_getinfo($curl); to get the response headers etc which will give you the server&#039;s response code (e.g. 200, 301, 404 etc)</description>
		<content:encoded><![CDATA[<p>You can also use $info = curl_getinfo($curl); to get the response headers etc which will give you the server&#8217;s response code (e.g. 200, 301, 404 etc)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

