<?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: HTTP POST with PHP without cURL</title>
	<atom:link href="/2010/09/08/http-post-with-php-without-curl/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/09/08/http-post-with-php-without-curl/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Albi Patozi</title>
		<link>/2010/09/08/http-post-with-php-without-curl/comment-page-1/#comment-15484</link>
		<dc:creator><![CDATA[Albi Patozi]]></dc:creator>
		<pubDate>Thu, 12 Apr 2012 07:47:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=1960#comment-15484</guid>
		<description><![CDATA[And to post a file how to do it ??? (ok the optional header will be multipart/form data but where to put the contentof the file to be posted )]]></description>
		<content:encoded><![CDATA[<p>And to post a file how to do it ??? (ok the optional header will be multipart/form data but where to put the contentof the file to be posted )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eng. Ilian Iliev</title>
		<link>/2010/09/08/http-post-with-php-without-curl/comment-page-1/#comment-13378</link>
		<dc:creator><![CDATA[eng. Ilian Iliev]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 08:22:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=1960#comment-13378</guid>
		<description><![CDATA[Using fopen is not a good idea because some hosting companies disable the opening of URL with fopen for security reasons.]]></description>
		<content:encoded><![CDATA[<p>Using fopen is not a good idea because some hosting companies disable the opening of URL with fopen for security reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sexyprout</title>
		<link>/2010/09/08/http-post-with-php-without-curl/comment-page-1/#comment-13370</link>
		<dc:creator><![CDATA[sexyprout]]></dc:creator>
		<pubDate>Sat, 11 Sep 2010 07:58:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=1960#comment-13370</guid>
		<description><![CDATA[You can use file_get_contents this way too.]]></description>
		<content:encoded><![CDATA[<p>You can use file_get_contents this way too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rav</title>
		<link>/2010/09/08/http-post-with-php-without-curl/comment-page-1/#comment-13365</link>
		<dc:creator><![CDATA[rav]]></dc:creator>
		<pubDate>Thu, 09 Sep 2010 07:40:19 +0000</pubDate>
		<guid isPermaLink="false">/?p=1960#comment-13365</guid>
		<description><![CDATA[this is just an alternative to curl, and most probably, sub-par.]]></description>
		<content:encoded><![CDATA[<p>this is just an alternative to curl, and most probably, sub-par.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
