<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: GoDaddy Hosting Tip &#8211; Using CURL On GoDaddy Shared&#160;Hosting</title> <atom:link href="http://davidwalsh.name/godaddy-hosting-curl/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/godaddy-hosting-curl</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:55:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: R Zaman</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-28114</link> <dc:creator>R Zaman</dc:creator> <pubDate>Tue, 27 Dec 2011 05:51:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-28114</guid> <description>Hello friends,I was trying to send a xml file from godaddy server to another ftp server using cURL. It&#039;s working on other server.But, it’s not working on godaddy, can anyone help me on this issue.Below is my code:
&lt;code&gt;&lt;/code&gt;please anyone help me.my email id: &#114;&#122;&#114;&#111;&#107;o&#110;&#064;gm&#097;&#105;l.&#099;&#111;m</description> <content:encoded><![CDATA[<p>Hello friends,</p><p>I was trying to send a xml file from godaddy server to another ftp server using cURL. It&#8217;s working on other server.</p><p>But, it’s not working on godaddy, can anyone help me on this issue.</p><p>Below is my code:<br
/> <code></p><p></code></p><p>please anyone help me.</p><p>my email id: <a
href="&#109;ail&#116;&#111;&#58;r&#122;&#114;o&#107;o&#110;&#64;g&#109;a&#105;&#108;&#46;com">&#114;zrok&#111;n&#64;&#103;&#109;a&#105;&#108;.&#99;&#111;&#109;</a></p> ]]></content:encoded> </item> <item><title>By: R Zaman</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-28113</link> <dc:creator>R Zaman</dc:creator> <pubDate>Tue, 27 Dec 2011 05:47:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-28113</guid> <description>hello friends,i was trying to send a xml file from godaddy server to another ftp server using cURL.But, it&#039;s not working, can anyone help me on this  issue.Below is my code:please anyone help me.my email id: &#114;z&#114;&#111;k&#111;n&#064;&#103;m&#097;&#105;l&#046;com</description> <content:encoded><![CDATA[<p>hello friends,</p><p>i was trying to send a xml file from godaddy server to another ftp server using cURL.</p><p>But, it&#8217;s not working, can anyone help me on this  issue.</p><p>Below is my code:</p><p>please anyone help me.</p><p>my email id: <a
href="m&#97;i&#108;t&#111;:&#114;zro&#107;&#111;&#110;&#64;gm&#97;il&#46;com">r&#122;&#114;oko&#110;&#64;g&#109;&#97;&#105;l&#46;&#99;&#111;&#109;</a></p> ]]></content:encoded> </item> <item><title>By: juan</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-18762</link> <dc:creator>juan</dc:creator> <pubDate>Tue, 13 Jul 2010 06:35:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-18762</guid> <description>@Chris:   me dices que no reconoce el array</description> <content:encoded><![CDATA[<p>@Chris:   me dices que no reconoce el array</p> ]]></content:encoded> </item> <item><title>By: juan</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-18761</link> <dc:creator>juan</dc:creator> <pubDate>Tue, 13 Jul 2010 06:29:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-18761</guid> <description>@Chris:  k tal fijate que tengo este codigo pero no me jala$query_vals = array(
&#039;cIdioma&#039; =&gt; &#039;Esp&#039;,
&#039;cCodPosOri&#039; =&gt; $cpOrigen,
&#039;cCodPosDes&#039; =&gt; $cpDestino,
&#039;cTipoEnvio&#039; =&gt; $Tipo,
&#039;nPeso&#039; =&gt; $Peso,
&#039;nAlto&#039; =&gt; $Alto,
&#039;nLargo&#039; =&gt; $Largo,
&#039;nAncho&#039; =&gt; $Ancho,
&#039;submit&#039; =&gt; &#039;Calcular&#039;
);
$request = &#039;&#039;;// Generate the POST string
foreach($query_vals as $key =&gt; $value) {
$request .= $key.&#039;=&#039;.urlencode($value).&#039;&amp;&#039;;
}// Chop of the trailing ampersand
$request = rtrim($request, &#039;&amp;&#039;);$url=&quot;http://tarifas&quot;;
$ch = curl_init($url);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $request);</description> <content:encoded><![CDATA[<p>@Chris:  k tal fijate que tengo este codigo pero no me jala</p><p> $query_vals = array(<br
/> &#8216;cIdioma&#8217; =&gt; &#8216;Esp&#8217;,<br
/> &#8216;cCodPosOri&#8217; =&gt; $cpOrigen,<br
/> &#8216;cCodPosDes&#8217; =&gt; $cpDestino,<br
/> &#8216;cTipoEnvio&#8217; =&gt; $Tipo,<br
/> &#8216;nPeso&#8217; =&gt; $Peso,<br
/> &#8216;nAlto&#8217; =&gt; $Alto,<br
/> &#8216;nLargo&#8217; =&gt; $Largo,<br
/> &#8216;nAncho&#8217; =&gt; $Ancho,<br
/> &#8216;submit&#8217; =&gt; &#8216;Calcular&#8217;<br
/> );<br
/> $request = &#8221;;</p><p> // Generate the POST string<br
/> foreach($query_vals as $key =&gt; $value) {<br
/> $request .= $key.&#8217;=&#8217;.urlencode($value).&#8217;&amp;&#8217;;<br
/> }</p><p> // Chop of the trailing ampersand<br
/> $request = rtrim($request, &#8216;&amp;&#8217;);</p><p>$url=&#8221;http://tarifas&#8221;;<br
/> $ch = curl_init($url);<br
/> curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);<br
/> curl_setopt ($ch, CURLOPT_HEADER, 0);<br
/> curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);<br
/> curl_setopt($ch, CURLOPT_POSTFIELDS, $request);</p> ]]></content:encoded> </item> <item><title>By: Selino</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-16160</link> <dc:creator>Selino</dc:creator> <pubDate>Thu, 18 Feb 2010 07:30:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-16160</guid> <description>Dear lord! I spent an hour on the phone with GoDaddy and they seem to have no clue that this code exists. Thank you!</description> <content:encoded><![CDATA[<p>Dear lord! I spent an hour on the phone with GoDaddy and they seem to have no clue that this code exists. Thank you!</p> ]]></content:encoded> </item> <item><title>By: Les Brown</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-8886</link> <dc:creator>Les Brown</dc:creator> <pubDate>Mon, 27 Apr 2009 22:50:35 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-8886</guid> <description>Thanks!  I was looking for a solution to this all last night.  Plugged in the code and it worked!  Thanks again.</description> <content:encoded><![CDATA[<p>Thanks!  I was looking for a solution to this all last night.  Plugged in the code and it worked!  Thanks again.</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-7879</link> <dc:creator>Chris</dc:creator> <pubDate>Sat, 21 Feb 2009 16:55:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-7879</guid> <description>Hi David,Thought you had save me an mess of heartache when I stumbled upon this post. However, it appears that GoDaddy have changed the way they do things as of 10th Sept 2008.see http://help.godaddy.com/article/4764The following code now works fine..... on initial testing anyway.$ch = curl&#095;init($url);
curl&#095;setopt($ch, CURLOPT&#095;HEADER, 0);
curl&#095;setopt($ch, CURLOPT&#095;RETURNTRANSFER, 1);
curl&#095;setopt($ch, CURLOPT&#095;POSTFIELDS, rtrim( $fields, &quot;&amp; &quot; ));
curl&#095;setopt($ch, CURLOPT&#095;SSL&#095;VERIFYPEER, FALSE);But thanks for the thought.
Chris</description> <content:encoded><![CDATA[<p>Hi David,</p><p>Thought you had save me an mess of heartache when I stumbled upon this post. However, it appears that GoDaddy have changed the way they do things as of 10th Sept 2008.</p><p>see <a
href="http://help.godaddy.com/article/4764" rel="nofollow">http://help.godaddy.com/article/4764</a></p><p>The following code now works fine&#8230;.. on initial testing anyway.</p><p>$ch = curl&#95;init($url);<br
/> curl&#95;setopt($ch, CURLOPT&#95;HEADER, 0);<br
/> curl&#95;setopt($ch, CURLOPT&#95;RETURNTRANSFER, 1);<br
/> curl&#95;setopt($ch, CURLOPT&#95;POSTFIELDS, rtrim( $fields, &#8220;&amp; &#8221; ));<br
/> curl&#95;setopt($ch, CURLOPT&#95;SSL&#95;VERIFYPEER, FALSE);</p><p>But thanks for the thought.<br
/> Chris</p> ]]></content:encoded> </item> <item><title>By: Roberto Flores</title><link>http://davidwalsh.name/godaddy-hosting-curl/comment-page-1#comment-153</link> <dc:creator>Roberto Flores</dc:creator> <pubDate>Thu, 14 Feb 2008 07:29:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/godaddy-hosting-tip-using-curl-on-godaddy-shared-hosting/#comment-153</guid> <description>Thanks. It solved my problem connecting to authorize.net.</description> <content:encoded><![CDATA[<p>Thanks. It solved my problem connecting to authorize.net.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/15 queries in 0.009 seconds using disk: basic
Object Caching 735/736 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 05:16:25 -->
