<?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: Execute a HTTP POST Using PHP&#160;CURL</title> <atom:link href="http://davidwalsh.name/execute-http-post-php-curl/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/execute-http-post-php-curl</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Marie</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-27740</link> <dc:creator>Marie</dc:creator> <pubDate>Sat, 26 Nov 2011 22:49:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-27740</guid> <description>Very useful script. A pity that it isn&#039;t solving all the issues I were having, but I&#039;m kind of figuring that I&#039;m now running into either a PhpBB-issue, or possibly a cURL issue.Thank you =)</description> <content:encoded><![CDATA[<p>Very useful script. A pity that it isn&#8217;t solving all the issues I were having, but I&#8217;m kind of figuring that I&#8217;m now running into either a PhpBB-issue, or possibly a cURL issue.</p><p>Thank you =)</p> ]]></content:encoded> </item> <item><title>By: Davneet</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-27735</link> <dc:creator>Davneet</dc:creator> <pubDate>Fri, 25 Nov 2011 17:08:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-27735</guid> <description>Thanks man. You saved my life.</description> <content:encoded><![CDATA[<p>Thanks man. You saved my life.</p> ]]></content:encoded> </item> <item><title>By: bruce gemberling</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-27204</link> <dc:creator>bruce gemberling</dc:creator> <pubDate>Sun, 09 Oct 2011 20:52:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-27204</guid> <description>write a function that will run on form post that posts to both places. i&#039;ve done this many times before.</description> <content:encoded><![CDATA[<p>write a function that will run on form post that posts to both places. i&#8217;ve done this many times before.</p> ]]></content:encoded> </item> <item><title>By: imran Javed</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-27203</link> <dc:creator>imran Javed</dc:creator> <pubDate>Sun, 09 Oct 2011 19:01:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-27203</guid> <description>Through this post  I would like to share a problem with you, hope you would consider it and place it on high priorities Its a bit of tricky problem that I am facing in these days.The problem is that:I have a contact us form on wordpress website that needs to be submitted and perform two functions on click..1. execute a function to send an email on certain email id. (This is done by using basic php mail function.)2. send that submitted infomation to a remote server that is a CRM application.
That submitted info should be appeared into its LEAD listing page.I already have tried $curl_post function to fix this problem but I could not be able to resolve this problem.I do expect it from you may have some smart solution for this.Your response would be highly appreciated.Best regards,</description> <content:encoded><![CDATA[<p>Through this post  I would like to share a problem with you, hope you would consider it and place it on high priorities Its a bit of tricky problem that I am facing in these days.</p><p>The problem is that:</p><p>I have a contact us form on wordpress website that needs to be submitted and perform two functions on click..</p><p>1. execute a function to send an email on certain email id. (This is done by using basic php mail function.)</p><p>2. send that submitted infomation to a remote server that is a CRM application.<br
/> That submitted info should be appeared into its LEAD listing page.</p><p>I already have tried $curl_post function to fix this problem but I could not be able to resolve this problem.</p><p>I do expect it from you may have some smart solution for this.</p><p>Your response would be highly appreciated.</p><p>Best regards,</p> ]]></content:encoded> </item> <item><title>By: Sumit</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-27073</link> <dc:creator>Sumit</dc:creator> <pubDate>Sat, 01 Oct 2011 11:30:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-27073</guid> <description>i assume that you are using wamp. here follow the instruction to  configure the curl package before running the curl functionGo to the ext directory of your php installation and copy php_curl.dll  to the Windows/system32 folder after you have followed the advise given elsewhere.So ...
1) remove &#039;;&#039; from extension=php_curl.dll in php.ini
2) ensure that  ssleay32.dll and libeay32.dll are in Windows/system32.
3) Copy php_curl.dll into Windows\System32 as well.alsoYou can check by creating a .php file with a phpinfo(); command in it.
Browse to this and search/look for curl on the resulting page.
If support is enabled, there will be a listing for it.</description> <content:encoded><![CDATA[<p>i assume that you are using wamp. here follow the instruction to  configure the curl package before running the curl function</p><p>Go to the ext directory of your php installation and copy php_curl.dll  to the Windows/system32 folder after you have followed the advise given elsewhere.</p><p>So &#8230;<br
/> 1) remove &#8216;;&#8217; from extension=php_curl.dll in php.ini<br
/> 2) ensure that  ssleay32.dll and libeay32.dll are in Windows/system32.<br
/> 3) Copy php_curl.dll into Windows\System32 as well.</p><p>also</p><p>You can check by creating a .php file with a phpinfo(); command in it.<br
/> Browse to this and search/look for curl on the resulting page.<br
/> If support is enabled, there will be a listing for it.</p> ]]></content:encoded> </item> <item><title>By: Sam</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-26892</link> <dc:creator>Sam</dc:creator> <pubDate>Thu, 15 Sep 2011 08:45:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-26892</guid> <description>Hello David,
First off, great blog with great resources for front and backend developers! Not the first time I&#039;ve been here.
My question is, can you perform a cUrl post from a secure environment (https), to a http-webpage?
Because I need to be able to do this in a facebook iframe (hence October 1st secure connections are mandatory).Thanks in advance!</description> <content:encoded><![CDATA[<p>Hello David,<br
/> First off, great blog with great resources for front and backend developers! Not the first time I&#8217;ve been here.<br
/> My question is, can you perform a cUrl post from a secure environment (https), to a http-webpage?<br
/> Because I need to be able to do this in a facebook iframe (hence October 1st secure connections are mandatory).</p><p>Thanks in advance!</p> ]]></content:encoded> </item> <item><title>By: shweta singh</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-26852</link> <dc:creator>shweta singh</dc:creator> <pubDate>Thu, 08 Sep 2011 14:03:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-26852</guid> <description>Hi,
I executed the above code posting of PHP array to  URL using CURL , But I am getting this error , Please Help me :((((Whoops! We&#039;ve Encountered an Error!
Error Details have been sent to the Administrator.
Could not create type &#039;LeftField.PageLime.Web.API.Account.Site&#039;.
Hopefully this is a one time problem, but in the mean time, our development team will receive a message detailing the problem. Rest assured - we will squash any bugs.</description> <content:encoded><![CDATA[<p>Hi,<br
/> I executed the above code posting of PHP array to  URL using CURL , But I am getting this error , Please Help me :((((</p><p>Whoops! We&#8217;ve Encountered an Error!<br
/> Error Details have been sent to the Administrator.<br
/> Could not create type &#8216;LeftField.PageLime.Web.API.Account.Site&#8217;.<br
/> Hopefully this is a one time problem, but in the mean time, our development team will receive a message detailing the problem. Rest assured &#8211; we will squash any bugs.</p> ]]></content:encoded> </item> <item><title>By: Park City Lodging</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-26779</link> <dc:creator>Park City Lodging</dc:creator> <pubDate>Wed, 31 Aug 2011 13:34:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-26779</guid> <description>In response to the above suggestion to use SOAP or direct db connection; this is not always an option as many systems allow only posting of data. Leads360 for example only accepts (to my knowledge) data submitted via POST.I used the CURL in this article to set a script up as follows:
1. Form is process by JavaScript using jQuery Ajax.
2. This will send the data to a PHP script for processing
3. PHP script will post to the URL using CURL
4. PHP handles response from server
5. Sends response to Ajax
6. Ajax displays success/fail and modifies page accordingly.</description> <content:encoded><![CDATA[<p>In response to the above suggestion to use SOAP or direct db connection; this is not always an option as many systems allow only posting of data. Leads360 for example only accepts (to my knowledge) data submitted via POST.</p><p>I used the CURL in this article to set a script up as follows:<br
/> 1. Form is process by JavaScript using jQuery Ajax.<br
/> 2. This will send the data to a PHP script for processing<br
/> 3. PHP script will post to the URL using CURL<br
/> 4. PHP handles response from server<br
/> 5. Sends response to Ajax<br
/> 6. Ajax displays success/fail and modifies page accordingly.</p> ]]></content:encoded> </item> <item><title>By: jnanendra</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-26615</link> <dc:creator>jnanendra</dc:creator> <pubDate>Fri, 19 Aug 2011 18:35:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-26615</guid> <description>i want to code in zip.</description> <content:encoded><![CDATA[<p>i want to code in zip.</p> ]]></content:encoded> </item> <item><title>By: ruo</title><link>http://davidwalsh.name/execute-http-post-php-curl/comment-page-1#comment-26471</link> <dc:creator>ruo</dc:creator> <pubDate>Thu, 11 Aug 2011 01:32:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/execute-http-post-php-curl#comment-26471</guid> <description>or, I just used the class fined from the php classs net which named curl_http_client-2008-02-28, it may be helpful</description> <content:encoded><![CDATA[<p>or, I just used the class fined from the php classs net which named curl_http_client-2008-02-28, it may be helpful</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/18 queries in 0.019 seconds using disk: basic
Object Caching 865/868 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 09:32:16 -->
