
<?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/tag/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 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>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>
		<item>
		<title>What are Arrays?</title>
		<link>http://www.phpdynamic.com/guides/intermediate/what-are-arrays/</link>
		<comments>http://www.phpdynamic.com/guides/intermediate/what-are-arrays/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=26</guid>
		<description><![CDATA[Introduction to Arrays in PHP

In previous tutorials we explained the concept of variables, which are named memory locations used to store a single value or piece of data. In a way arrays are similar to variables, but instead of just storing an individual piece of data, they can store groups of related data. A list [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/intermediate/what-are-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Forms in PHP &#8211; Part 2</title>
		<link>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-2/</link>
		<comments>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-2/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=19</guid>
		<description><![CDATA[In the first part of this tutorial, we worked with input boxes and radio buttons, which only allow a single data value to be submitted per form element. We are not limited to single values, because HTML also allows form elements such as check-boxes and select-boxes that allow the user to choose multiple items simultaneously for a single form field, so we need a way to process them a little differently in PHP.]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Forms in PHP &#8211; Part 1</title>
		<link>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-1/</link>
		<comments>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-1/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 04:25:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=3</guid>
		<description><![CDATA[Forms are everywhere on the Web, you use them to enter your billing details while shopping on-line, writing a comment on a blog, or while preforming a search. Regardless, forms are essential to making the Web interactive. In this tutorial we'll show you how to use PHP to process HTML forms.]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/tutorials/beginners-tutorials/working-with-forms-in-php-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

