
<?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>Phpdynamic &#187; Beginners</title>
	<atom:link href="http://www.phpdynamic.com/archives/guides/beginners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpdynamic.com</link>
	<description>PHP and MySQL Programming Guides, Tutorials, &#38; Articles</description>
	<lastBuildDate>Fri, 09 Apr 2010 02:41:52 +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>What are Constants?</title>
		<link>http://www.phpdynamic.com/guides/beginners/working-with-constants/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/working-with-constants/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 02:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Constants]]></category>
		<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[language constructs]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=216</guid>
		<description><![CDATA[PHP Constants
A constant represents a literal value that will remain the same, for example the value for PI (3.14), the number of days in a week (7), or the number of ounces in a pound (16) all represent numbers that will never change. A constant can store a value similar to a variable, but that [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/working-with-constants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Are Variables?</title>
		<link>http://www.phpdynamic.com/guides/beginners/what-are-variables/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/what-are-variables/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 02:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Identifiers]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=205</guid>
		<description><![CDATA[PHP Variables
We can all probably remember variables from algebra class during our high school years, remember expressions like x + 2 = 10 or something fun like 5x(-3x3)2 ? Well, maybe some of us can, don&#8217;t worry were not going to be solving any equations here. Anyways, besides this nostalgic moment, how do variables fit [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/what-are-variables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using PHP to Generate Output</title>
		<link>http://www.phpdynamic.com/guides/beginners/using-php-to-generate-output/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/using-php-to-generate-output/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 02:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[Output]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Print]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=196</guid>
		<description><![CDATA[The echo() Statement
Without displaying any output, we probably won&#8217;t be able to accomplish anything useful with our scripts, hence PHP provides several different methods of passing output to the web browser and essentially providing the user with some feedback. In particular, we&#8217;ll cover the echo() statement and the print() statement, which are the two most [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/using-php-to-generate-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning PHP &#8211; Language Syntax</title>
		<link>http://www.phpdynamic.com/guides/beginners/beginning-php-language-syntax/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/beginning-php-language-syntax/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syntax]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=151</guid>
		<description><![CDATA[Syntax and Semantics
All programming languages must follow a proper syntax, which is a set of rules that control the arrangement of words, numbers, and symbols for writing valid code; and PHP is no exception. In the same sense that English sentences have to follow certain grammatical rules to have a proper meaning (semantic), all PHP [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/beginning-php-language-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning PHP &#8211; The Fundamentals</title>
		<link>http://www.phpdynamic.com/guides/beginners/beginning-php-the-fundamentals/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/beginning-php-the-fundamentals/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:49:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=139</guid>
		<description><![CDATA[The Whole Picture
You have an operational web server with PHP installed and configured, and you might be wondering how all the pieces fall together and perform anything useful. Before we move along any further, we would like to share the underlying concept on how PHP and Apache work together; as this will provide you with [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/beginning-php-the-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with PHP</title>
		<link>http://www.phpdynamic.com/guides/beginners/getting-started-with-php/</link>
		<comments>http://www.phpdynamic.com/guides/beginners/getting-started-with-php/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:55:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=131</guid>
		<description><![CDATA[What is PHP?
 PHP is a general-purpose scripting language that is widely used for web development. The official name for PHP is Hypertext Preprocessor, it is embedded directly within an HTML page and interpreted by the web server every time the page is loaded. One of PHP&#8217;s greatest advantage is its practical and simple design, [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/beginners/getting-started-with-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

