<?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: PHP blues &#8211; drawing a blank</title>
	<atom:link href="http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 08:06:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ritesh Agrawal</title>
		<link>http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/comment-page-1/#comment-76160</link>
		<dc:creator>Ritesh Agrawal</dc:creator>
		<pubDate>Sat, 15 Dec 2007 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/#comment-76160</guid>
		<description>hi Kim,

you are right. PHP has a big and active community support and most of the times, you will find the solution just by googling it. And just one tip that you might find helpful is that you don&#039;t necessarily need closing PHP tag i.e ?&gt; . Its optional. However, I would recomment to always use it as it makes the code more readable.</description>
		<content:encoded><![CDATA[<p>hi Kim,</p>
<p>you are right. PHP has a big and active community support and most of the times, you will find the solution just by googling it. And just one tip that you might find helpful is that you don&#8217;t necessarily need closing PHP tag i.e ?&gt; . Its optional. However, I would recomment to always use it as it makes the code more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikkel Høgh</title>
		<link>http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/comment-page-1/#comment-76145</link>
		<dc:creator>Mikkel Høgh</dc:creator>
		<pubDate>Sat, 15 Dec 2007 11:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/#comment-76145</guid>
		<description>Well, it&#039;s a feature, not a bug (in a way).

It&#039;s a function of PHP&#039;s origins. In the bad old days, you&#039;d just write HTML and sprinkle it with php-tags and variables.

Files accessed from PHP are processed sequentially, so PHP does not do any work until it sees a  would invoke PHP which would  throw an error and die.

I remember spending countless hours chasing down syntax errors in PHP. A missing } could take ages to find, because the error would not get thrown before the end of the PHP tag, and if it was a long file, one would sit there counting brackets for a long time.

Thankfully, we have more advanced tools today. And perhaps I&#039;ve gotten better at programming, too ;)</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s a feature, not a bug (in a way).</p>
<p>It&#8217;s a function of PHP&#8217;s origins. In the bad old days, you&#8217;d just write HTML and sprinkle it with php-tags and variables.</p>
<p>Files accessed from PHP are processed sequentially, so PHP does not do any work until it sees a  would invoke PHP which would  throw an error and die.</p>
<p>I remember spending countless hours chasing down syntax errors in PHP. A missing } could take ages to find, because the error would not get thrown before the end of the PHP tag, and if it was a long file, one would sit there counting brackets for a long time.</p>
<p>Thankfully, we have more advanced tools today. And perhaps I&#8217;ve gotten better at programming, too <img src='http://www.kimbach.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin A. Wendelboe</title>
		<link>http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/comment-page-1/#comment-76142</link>
		<dc:creator>Benjamin A. Wendelboe</dc:creator>
		<pubDate>Sat, 15 Dec 2007 11:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimbach.org/2007/12/15/php-blues-drawing-a-blank/#comment-76142</guid>
		<description>Good to know.. Thanks..</description>
		<content:encoded><![CDATA[<p>Good to know.. Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
