<?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: The biggest blunder I ever made with PHP</title>
	<atom:link href="http://www.sajithmr.me/the-blunder-i-ever-made-with-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 16:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Asti</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-81100</link>
		<dc:creator>Asti</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-81100</guid>
		<description>I don&#039;t know how i came across this page, but its not as much of a blunder as your understanding of basic programming paradigms.

There are synchronous calls and asynchronous calls.
file_get_contents is a synchronous call, while a RESTful request, like http://localhost/ is an asynchronous one.

Getting http://localhost/ requires that the synchronous call be completed, but since it won&#039;t be completed nothing will happen. The server will simply wait it out. What does recursion even have to do with this?

Even,  won&#039;t do a thing. Don&#039;t confuse the n00bs. :P</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how i came across this page, but its not as much of a blunder as your understanding of basic programming paradigms.</p>
<p>There are synchronous calls and asynchronous calls.<br />
file_get_contents is a synchronous call, while a RESTful request, like <a href="http://localhost/" rel="nofollow">http://localhost/</a> is an asynchronous one.</p>
<p>Getting <a href="http://localhost/" rel="nofollow">http://localhost/</a> requires that the synchronous call be completed, but since it won&#8217;t be completed nothing will happen. The server will simply wait it out. What does recursion even have to do with this?</p>
<p>Even,  won&#8217;t do a thing. Don&#8217;t confuse the n00bs. <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajith M.R</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-16627</link>
		<dc:creator>Sajith M.R</dc:creator>
		<pubDate>Mon, 14 Jul 2008 09:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-16627</guid>
		<description>Hello Binny, Check now... There was some error</description>
		<content:encoded><![CDATA[<p>Hello Binny, Check now&#8230; There was some error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-16501</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sat, 12 Jul 2008 15:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-16501</guid>
		<description>I cannot see any code - all I see is...

file: index.php &gt;&gt;

215185bfd4f7d85644ac3f87b850f03a000</description>
		<content:encoded><![CDATA[<p>I cannot see any code &#8211; all I see is&#8230;</p>
<p>file: index.php &gt;&gt;</p>
<p>215185bfd4f7d85644ac3f87b850f03a000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheAnand</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-16480</link>
		<dc:creator>TheAnand</dc:creator>
		<pubDate>Sat, 12 Jul 2008 10:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-16480</guid>
		<description>Oh, I think that explains why my hosts analytics like webalizer and webstats are showing a higher count than that of analytics. Am I right in taking this as the reason for the problem?</description>
		<content:encoded><![CDATA[<p>Oh, I think that explains why my hosts analytics like webalizer and webstats are showing a higher count than that of analytics. Am I right in taking this as the reason for the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajith M.R</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-16479</link>
		<dc:creator>Sajith M.R</dc:creator>
		<pubDate>Sat, 12 Jul 2008 10:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-16479</guid>
		<description>Hey anand,
Calling an url from file_get_contents never affect your adsense and analytics. Because they are javascript. This call never execute those scripts. Only browsers visit can be counted using your analytics etc stuffs 

Regards
Sajith. M.R</description>
		<content:encoded><![CDATA[<p>Hey anand,<br />
Calling an url from file_get_contents never affect your adsense and analytics. Because they are javascript. This call never execute those scripts. Only browsers visit can be counted using your analytics etc stuffs </p>
<p>Regards<br />
Sajith. M.R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheAnand</title>
		<link>http://www.sajithmr.me/the-blunder-i-ever-made-with-php/comment-page-1#comment-16470</link>
		<dc:creator>TheAnand</dc:creator>
		<pubDate>Sat, 12 Jul 2008 09:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sajithmr.com/the-blunder-i-ever-made-with-php/#comment-16470</guid>
		<description>Hehe....I really thank you for not using my blog as a test url....which would had got me a ton of hits and impressions on adsense!!!!! That is a really expensive mistake in php</description>
		<content:encoded><![CDATA[<p>Hehe&#8230;.I really thank you for not using my blog as a test url&#8230;.which would had got me a ton of hits and impressions on adsense!!!!! That is a really expensive mistake in php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

