<?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: PHP &amp; CURL Forum</title>
	<atom:link href="http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/</link>
	<description>How to Market Online using the affiliate Channel.</description>
	<lastBuildDate>Sat, 12 Jun 2010 14:26:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bes</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/comment-page-1/#comment-68103</link>
		<dc:creator>bes</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/#comment-68103</guid>
		<description>Hi,
i new here and  have one question
how can i print some var type in curl

how can i print the value of var name in curl ?
(get the value from Arthur website)

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i new here and  have one question<br />
how can i print some var type in curl</p>
<p>how can i print the value of var name in curl ?<br />
(get the value from Arthur website)</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dschibut</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/comment-page-1/#comment-65313</link>
		<dc:creator>dschibut</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/#comment-65313</guid>
		<description>I started this thread to evaluate public available web proxies:

Which are really anonymous?

Which can be used with facebook, myspace etc, in other words: are fresh ?

Which would you recommend?

Thanks for your help,
Dschibut

P.S.: In my country, the freedom of speech is somehow limited, please give me a hint, if you are not sure about your recommendation.</description>
		<content:encoded><![CDATA[<p>I started this thread to evaluate public available web proxies:</p>
<p>Which are really anonymous?</p>
<p>Which can be used with facebook, myspace etc, in other words: are fresh ?</p>
<p>Which would you recommend?</p>
<p>Thanks for your help,<br />
Dschibut</p>
<p>P.S.: In my country, the freedom of speech is somehow limited, please give me a hint, if you are not sure about your recommendation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darvenginzks</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/comment-page-1/#comment-47091</link>
		<dc:creator>darvenginzks</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/#comment-47091</guid>
		<description>I&#039;ve recently joined and wanted to introduce myself :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently joined and wanted to introduce myself <img src='http://www.oooff.com/php-affiliate-seo-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/comment-page-1/#comment-41678</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 19 Jul 2008 18:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/#comment-41678</guid>
		<description>the PHP code:

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, “http://77.666.555.44:8080/file/test.jsp”);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

$response = curl_exec($ch);

if (curl_errno($ch)) {
    echo curl_error($ch);
} else {
    echo $response;
    curl_close($ch);
}</description>
		<content:encoded><![CDATA[<p>the PHP code:</p>
<p>$ch = curl_init();</p>
<p>curl_setopt($ch, CURLOPT_URL, “http://77.666.555.44:8080/file/test.jsp”);<br />
curl_setopt($ch, CURLOPT_TIMEOUT, 20);<br />
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);<br />
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);</p>
<p>$response = curl_exec($ch);</p>
<p>if (curl_errno($ch)) {<br />
    echo curl_error($ch);<br />
} else {<br />
    echo $response;<br />
    curl_close($ch);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/comment-page-1/#comment-41677</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 19 Jul 2008 18:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/php-curl-forum/#comment-41677</guid>
		<description>I opened the browser with this url, http://77.666.555.44:8080/file/test.jsp
That is a sample server address
It works fine in the browser, I see the page.

But when I run it through cUrl it stalls and returns a blank page.
The error message I get from cUrl is “couldn’t connect to host”

Any reason why?
I am new to PHP
If anyone knows the answer please help
I have been stuck on this for weeks.
Any advice will be appreciated. 

</description>
		<content:encoded><![CDATA[<p>I opened the browser with this url, <a href="http://77.666.555.44:8080/file/test.jsp" rel="nofollow">http://77.666.555.44:8080/file/test.jsp</a><br />
That is a sample server address<br />
It works fine in the browser, I see the page.</p>
<p>But when I run it through cUrl it stalls and returns a blank page.<br />
The error message I get from cUrl is “couldn’t connect to host”</p>
<p>Any reason why?<br />
I am new to PHP<br />
If anyone knows the answer please help<br />
I have been stuck on this for weeks.<br />
Any advice will be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
