<?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 Started With PHP &#8211; Part 1: Hello World!</title>
	<atom:link href="http://www.dailybits.com/getting-started-with-php-part-1-hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/</link>
	<description></description>
	<lastBuildDate>Sun, 21 Mar 2010 20:11:34 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lamib</title>
		<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/comment-page-1/#comment-699</link>
		<dc:creator>lamib</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailybits.com/getting-started-with-php-part-1-hello-world/#comment-699</guid>
		<description>I prefer Notepad++: it also has syntax highlighting for other languages when I have to touch something else than PHP.</description>
		<content:encoded><![CDATA[<p>I prefer Notepad++: it also has syntax highlighting for other languages when I have to touch something else than PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Submit Comfort</title>
		<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/comment-page-1/#comment-139</link>
		<dc:creator>Submit Comfort</dc:creator>
		<pubDate>Sat, 01 Dec 2007 18:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailybits.com/getting-started-with-php-part-1-hello-world/#comment-139</guid>
		<description>I will highly recommend you to start with &quot;easyphp&quot; or &quot;XAMPP&quot; to execute PHP/mySQL on your local machine. Just google them to download, they are free!</description>
		<content:encoded><![CDATA[<p>I will highly recommend you to start with &#8220;easyphp&#8221; or &#8220;XAMPP&#8221; to execute PHP/mySQL on your local machine. Just google them to download, they are free!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting Started with PHP: Part 2 - Variables</title>
		<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/comment-page-1/#comment-78</link>
		<dc:creator>Getting Started with PHP: Part 2 - Variables</dc:creator>
		<pubDate>Fri, 23 Nov 2007 10:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailybits.com/getting-started-with-php-part-1-hello-world/#comment-78</guid>
		<description>[...] PHP. In part 1 of the series, I covered the basic building blocks of a PHP script, and then showed how to write a simple Hello World! program in PHP. In this article, I will cover one of the most basic tools for creating more interesting programs: [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP. In part 1 of the series, I covered the basic building blocks of a PHP script, and then showed how to write a simple Hello World! program in PHP. In this article, I will cover one of the most basic tools for creating more interesting programs: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/comment-page-1/#comment-42</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 19 Nov 2007 22:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailybits.com/getting-started-with-php-part-1-hello-world/#comment-42</guid>
		<description>Cannabis, thanks for the comment.  Yes, you can push everything into a single line.  I had just put the line breaks in for readability.  In fact, you can combine multiple commands in a single line, such as:

&lt;?php echo &quot;Hello &quot;; echo &quot;World&quot;; echo &quot;!&quot;; ?&gt;</description>
		<content:encoded><![CDATA[<p>Cannabis, thanks for the comment.  Yes, you can push everything into a single line.  I had just put the line breaks in for readability.  In fact, you can combine multiple commands in a single line, such as:</p>
<p>&lt;?php echo &#8220;Hello &#8220;; echo &#8220;World&#8221;; echo &#8220;!&#8221;; ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.dailybits.com/getting-started-with-php-part-1-hello-world/comment-page-1/#comment-40</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 19 Nov 2007 20:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailybits.com/getting-started-with-php-part-1-hello-world/#comment-40</guid>
		<description>Cannabis, your comment got broken due to the code you pasted.

I believe you were asking if the code could be written like this:

&lt;?php    echo &quot;Hello World!&quot;; ?&gt;

Yes you can write the code on a single line, the breaks are just used to facilitate when you need to tweak things.</description>
		<content:encoded><![CDATA[<p>Cannabis, your comment got broken due to the code you pasted.</p>
<p>I believe you were asking if the code could be written like this:</p>
<p>&lt;?php    echo &#8220;Hello World!&#8221;; ?&gt;</p>
<p>Yes you can write the code on a single line, the breaks are just used to facilitate when you need to tweak things.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
