<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Musings &#187; Beginners&#8217; Corner</title>
	<atom:link href="http://www.charles-reace.com/blog/category/beginners-corner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Random thoughts about PHP, MySQL, and life in general</description>
	<lastBuildDate>Tue, 13 Jul 2010 22:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Beginners&#8217; Corner: Variable Function Parameters</title>
		<link>http://www.charles-reace.com/blog/2010/01/25/beginners-corner-variable-function-parameters/</link>
		<comments>http://www.charles-reace.com/blog/2010/01/25/beginners-corner-variable-function-parameters/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 04:19:47 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Beginners' Corner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[args]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[parameter]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=252</guid>
		<description><![CDATA[Sometimes when defining a function in PHP, you find that there may be cases where you do not want to specify all the possible parameters when calling it. This could be because you want it to use a default value, or that in certain cases it does not logically apply. If you find yourself in [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2010/01/25/beginners-corner-variable-function-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners&#8217; Corner: Learning Object-Oriented PHP</title>
		<link>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/</link>
		<comments>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:39:58 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Beginners' Corner]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[objects]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=231</guid>
		<description><![CDATA[I often see PHP newbies (and even not-so-newbies) who are confused by the world of object-oriented programming (OOP). At least part of this confusion results from the vast majority of introductory books and tutorials for PHP beginning by teaching procedural programming techniques, treating OOP as an &#8220;advanced&#8221; subject with a chapter or two at the [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/10/27/beginners-corner-learning-object-oriented-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginners&#8217; Corner: Avoid Bad Habits</title>
		<link>http://www.charles-reace.com/blog/2008/07/07/beginners-corner-avoid-bad-habits/</link>
		<comments>http://www.charles-reace.com/blog/2008/07/07/beginners-corner-avoid-bad-habits/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 00:03:52 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Beginners' Corner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[beginners]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=10</guid>
		<description><![CDATA[This is the first &#8220;Beginners&#8217; Corner&#8221; article, designed to help new PHP programmers in their quest to become veteran PHP programmers. In this initial installment we&#8217;ll look at a few things which are best avoided, but for various reasons often become habits of new PHP users who do not yet know better. Many of these [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2008/07/07/beginners-corner-avoid-bad-habits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners&#8217; Corner: The Dreaded Blank Page</title>
		<link>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/</link>
		<comments>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 16:14:54 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[Beginners' Corner]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/</guid>
		<description><![CDATA[[2008/07/15: Added this to the "Beginners' Corner" category]
A common problem I see new PHP users running into is having a script output absolutely nothing: the dreaded &#8220;blank page&#8221; syndrome. This is normally due to a syntax error of some sort generating a fatal parse error. As this error is generated before any of the script [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2008/06/29/the-dreaded-blank-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
