<?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: Sending POST form data with php CURL</title>
	<atom:link href="http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: asad</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-108826</link>
		<dc:creator>asad</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-108826</guid>
		<description>this is great work have done .. but still i dont know how to setting on my pc</description>
		<content:encoded><![CDATA[<p>this is great work have done .. but still i dont know how to setting on my pc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-104368</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-104368</guid>
		<description>thanks for the great post. it was helpful and easy tutorial for beginners.</description>
		<content:encoded><![CDATA[<p>thanks for the great post. it was helpful and easy tutorial for beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RS</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-103785</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Wed, 16 Sep 2009 13:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-103785</guid>
		<description>Wow, what a post. Amazing. Thank you!</description>
		<content:encoded><![CDATA[<p>Wow, what a post. Amazing. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur Aggarwal</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-78602</link>
		<dc:creator>Ankur Aggarwal</dc:creator>
		<pubDate>Tue, 02 Jun 2009 10:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-78602</guid>
		<description>I have sent mail through php mail function. Now i need to operate on that html data send through on mail window according to the response of the window.
kindly help me</description>
		<content:encoded><![CDATA[<p>I have sent mail through php mail function. Now i need to operate on that html data send through on mail window according to the response of the window.<br />
kindly help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCasTex</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-71974</link>
		<dc:creator>TheCasTex</dc:creator>
		<pubDate>Fri, 24 Apr 2009 02:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-71974</guid>
		<description>very nice =) that really helped me out.</description>
		<content:encoded><![CDATA[<p>very nice =) that really helped me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Cunningham</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-64069</link>
		<dc:creator>Travis Cunningham</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-64069</guid>
		<description>Your send-mail.php script has a PHP error. 

You might want to check in to this one - just giving you the heads up.</description>
		<content:encoded><![CDATA[<p>Your send-mail.php script has a PHP error. </p>
<p>You might want to check in to this one &#8211; just giving you the heads up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiggsy</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-63785</link>
		<dc:creator>tiggsy</dc:creator>
		<pubDate>Wed, 11 Feb 2009 22:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-63785</guid>
		<description>This is great. The php manual says to use an array for the data in CURLOPT_POSTFIELDS, but that doesn&#039;t work. Your method does.</description>
		<content:encoded><![CDATA[<p>This is great. The php manual says to use an array for the data in CURLOPT_POSTFIELDS, but that doesn&#8217;t work. Your method does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishan Rodrigo</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-59342</link>
		<dc:creator>Krishan Rodrigo</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-59342</guid>
		<description>Thank you very much. This is exactly what I have been looking for in a different problem. Curl post solved my problem.</description>
		<content:encoded><![CDATA[<p>Thank you very much. This is exactly what I have been looking for in a different problem. Curl post solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: penter wood</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-47471</link>
		<dc:creator>penter wood</dc:creator>
		<pubDate>Mon, 24 Nov 2008 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-47471</guid>
		<description>im trying the same with list from autoscout24. the site loads, but no cars in it, i think the post parameters were not sent. still trying</description>
		<content:encoded><![CDATA[<p>im trying the same with list from autoscout24. the site loads, but no cars in it, i think the post parameters were not sent. still trying</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marty meyers</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-45660</link>
		<dc:creator>marty meyers</dc:creator>
		<pubDate>Thu, 25 Sep 2008 03:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-45660</guid>
		<description>Very nice example.  It solved a double problem in that I needed to &quot;jump&quot; to two different pages(separate php programs) depending on input from the first page and I have to POST a large amount of data. One remaining issue is that the browser window address bar for page 1 is displayed when I jump to either of the other pages using the Curl method.  Any suggestion on how to update the address bar from the new pages?
TIA for you help
Marty</description>
		<content:encoded><![CDATA[<p>Very nice example.  It solved a double problem in that I needed to &#8220;jump&#8221; to two different pages(separate php programs) depending on input from the first page and I have to POST a large amount of data. One remaining issue is that the browser window address bar for page 1 is displayed when I jump to either of the other pages using the Curl method.  Any suggestion on how to update the address bar from the new pages?<br />
TIA for you help<br />
Marty</p>
]]></content:encoded>
	</item>
</channel>
</rss>
