<?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: ?</title> <atom:link href="http://www.findistore.com/10407/feed" rel="self" type="application/rss+xml" /><link>http://www.findistore.com/10407</link> <description>We are Professional Web Designer. We specialize in Website Design &#38; eCommerce Web Services</description> <lastBuildDate>Wed, 12 Oct 2011 00:03:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: CodePHP.co.uk</title><link>http://www.findistore.com/10407/comment-page-1#comment-4588</link> <dc:creator>CodePHP.co.uk</dc:creator> <pubDate>Fri, 25 Dec 2009 15:22:55 +0000</pubDate> <guid
isPermaLink="false">http://www.findistore.com/10407#comment-4588</guid> <description>Id personaly recomend php Curl, its a great function of php. You can set it to do lots of stuff, such as fake the refferer!
I use CURL a lot, and use it for google to find websites PR. Here is a snipit of what I use.
&lt;?php
$url = &quot;http://google.com&quot;;
$curl_handle=curl_init();
curl_setopt($curl_handle,CURLOPT_URL,$url);
curl_setopt($curl_handle,CURLOPT_CONNECTTIMEOUT,2);
curl_setopt($curl_handle,CURLOPT_RETURNTRANSFER,1);
$html = curl_exec($curl_handle);
curl_close($curl_handle);
if (empty($html)){
print &quot;Sorry, $url could not be found.&lt;p&gt;&quot;;
}else{
print $html;
}
?&gt;</description> <content:encoded><![CDATA[<p>Id personaly recomend php Curl, its a great function of php. You can set it to do lots of stuff, such as fake the refferer!</p><p>I use CURL a lot, and use it for google to find websites PR. Here is a snipit of what I use.</p><p>&lt;?php<br
/> $url = &quot;<a
href="http://google.com&quot;" rel="nofollow">http://google.com&quot;</a>;</p><p>$curl_handle=curl_init();<br
/> curl_setopt($curl_handle,CURLOPT_URL,$url);<br
/> curl_setopt($curl_handle,CURLOPT_CONNECTTIMEOUT,2);<br
/> curl_setopt($curl_handle,CURLOPT_RETURNTRANSFER,1);<br
/> $html = curl_exec($curl_handle);<br
/> curl_close($curl_handle);</p><p>if (empty($html)){<br
/> print &quot;Sorry, $url could not be found.&lt;p&gt;&quot;;<br
/> }else{<br
/> print $html;<br
/> }<br
/> ?&gt;</p> ]]></content:encoded> </item> </channel> </rss>
