<?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: Curl check URL</title>
	<atom:link href="http://www.wlscripting.com/tutorial/34/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wlscripting.com/tutorial/34</link>
	<description>PHP coding tutorials</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:32:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gros</title>
		<link>http://www.wlscripting.com/tutorial/34/comment-page-1#comment-192321</link>
		<dc:creator>Gros</dc:creator>
		<pubDate>Mon, 03 May 2010 07:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/34#comment-192321</guid>
		<description>$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);</description>
		<content:encoded><![CDATA[<p>$http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wlscripting.com/tutorial/34/comment-page-1#comment-185361</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 31 Jul 2009 18:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/34#comment-185361</guid>
		<description>Are you using OpenDNS on the computer/server you are trying to run this code on?

You can add the following after the curl_close() and see what is actually being produced:
&lt;code&gt;
var_dump($data);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Are you using OpenDNS on the computer/server you are trying to run this code on?</p>
<p>You can add the following after the curl_close() and see what is actually being produced:<br />
<code><br />
var_dump($data);<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sagoral</title>
		<link>http://www.wlscripting.com/tutorial/34/comment-page-1#comment-185191</link>
		<dc:creator>sagoral</dc:creator>
		<pubDate>Sat, 25 Jul 2009 16:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wlscripting.com/tutorial/34#comment-185191</guid>
		<description>Hi,
This function always returns &quot;Page Found&quot;...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This function always returns &#8220;Page Found&#8221;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
