<?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: Getting HTTP response headers when using file_get_contents()</title>
	<atom:link href="http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: dj</title>
		<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/comment-page-1/#comment-1590</link>
		<dc:creator>dj</dc:creator>
		<pubDate>Mon, 09 May 2011 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=14#comment-1590</guid>
		<description>thanks man,
was looking for this!!!

sometimes you dont have the luxory of Curl installed,
then you need a workaround

spaecially if it is a redirect header, you want to know where you are being redirected (thanks!)

now, we can see it in this variable, thanks again!</description>
		<content:encoded><![CDATA[<p>thanks man,<br />
was looking for this!!!</p>
<p>sometimes you dont have the luxory of Curl installed,<br />
then you need a workaround</p>
<p>spaecially if it is a redirect header, you want to know where you are being redirected (thanks!)</p>
<p>now, we can see it in this variable, thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stickman</title>
		<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/comment-page-1/#comment-1477</link>
		<dc:creator>Stickman</dc:creator>
		<pubDate>Sun, 26 Sep 2010 13:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=14#comment-1477</guid>
		<description>When working with PHP, one has to bear in mind that it&#039;s still carrying the baggage of its procedural past around with it -- and this will almost certainly never change. If you want a fully OOP langauge there are plenty of alternatives out there: Ruby being probably the closest equivalent.
Personally, over time I&#039;ve become rather desensitised to PHP&#039;s quirks and while I&#039;m happy working in a pure OOP environment too, when working in PHP I don&#039;t find it so hard to separate my own OOP-styled code from the clumsy procedural bits of PHP that are required. No programming language is without its flaws: PHP&#039;s might be more obvious (and possibly, numerous) than some others but with discipline you can still write good code with it.</description>
		<content:encoded><![CDATA[<p>When working with PHP, one has to bear in mind that it&#8217;s still carrying the baggage of its procedural past around with it &#8212; and this will almost certainly never change. If you want a fully OOP langauge there are plenty of alternatives out there: Ruby being probably the closest equivalent.<br />
Personally, over time I&#8217;ve become rather desensitised to PHP&#8217;s quirks and while I&#8217;m happy working in a pure OOP environment too, when working in PHP I don&#8217;t find it so hard to separate my own OOP-styled code from the clumsy procedural bits of PHP that are required. No programming language is without its flaws: PHP&#8217;s might be more obvious (and possibly, numerous) than some others but with discipline you can still write good code with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tack</title>
		<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/comment-page-1/#comment-1476</link>
		<dc:creator>Tack</dc:creator>
		<pubDate>Sat, 25 Sep 2010 21:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=14#comment-1476</guid>
		<description>This is a very useful tip, thanks for that.  What isn&#039;t useful is how PHP implicitly and magically inserts crap into my local scope which should instead be part of the return value, or at the very least passed as an array reference at invocation time.  My god how PHP makes me want to gouge out my eyes.</description>
		<content:encoded><![CDATA[<p>This is a very useful tip, thanks for that.  What isn&#8217;t useful is how PHP implicitly and magically inserts crap into my local scope which should instead be part of the return value, or at the very least passed as an array reference at invocation time.  My god how PHP makes me want to gouge out my eyes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/comment-page-1/#comment-1375</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=14#comment-1375</guid>
		<description>I want to suggest this  free http testing tool &lt;/a&gt; using this tool you can send different HTTP request with different options/protocols/header/cache and view the text Response from any URL.
Actually you can see if the you getting the right headers from the server
http://soft-net.net/SendHTTPTool.aspx</description>
		<content:encoded><![CDATA[<p>I want to suggest this  free http testing tool  using this tool you can send different HTTP request with different options/protocols/header/cache and view the text Response from any URL.<br />
Actually you can see if the you getting the right headers from the server<br />
<a href="http://soft-net.net/SendHTTPTool.aspx" rel="nofollow">http://soft-net.net/SendHTTPTool.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://the-stickman.com/web-development/php/getting-http-response-headers-when-using-file_get_contents/comment-page-1/#comment-1320</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/?p=14#comment-1320</guid>
		<description>I have been searching for some time now, thank you for posting it.</description>
		<content:encoded><![CDATA[<p>I have been searching for some time now, thank you for posting it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

