
<?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</title>
	<atom:link href="http://www.phpdynamic.com/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>PHP Control Structures</title>
		<link>http://www.phpdynamic.com/guides/intermediate/php-control-structures/</link>
		<comments>http://www.phpdynamic.com/guides/intermediate/php-control-structures/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Control Structures]]></category>
		<category><![CDATA[Loops]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=259</guid>
		<description><![CDATA[







Repeating Statements with Loops
Throughout our daily routines we repeat certain actions over and over again to accomplish a task. A very basic example would be the steps we take when brushing our teeth (brush, rinse, gargle) and repeat these steps until we are satisfied with the results. We can apply this same analogy to a [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/intermediate/php-control-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Conditional Statements</title>
		<link>http://www.phpdynamic.com/guides/intermediate/php-conditional-statements/</link>
		<comments>http://www.phpdynamic.com/guides/intermediate/php-conditional-statements/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Conditional Statements]]></category>
		<category><![CDATA[Else If]]></category>
		<category><![CDATA[IF]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Switch]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=247</guid>
		<description><![CDATA[Implementing Logic in PHP
The examples we&#8217;ve looked at so far have been pretty straight-forward and not very intelligent. The code was executed without any built-in logic, that’s all fun and games, but to create scripts that can respond to different situations and alter the normal flow of control in response to those situations, we need [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/intermediate/php-conditional-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Operators</title>
		<link>http://www.phpdynamic.com/guides/intermediate/php-operators/</link>
		<comments>http://www.phpdynamic.com/guides/intermediate/php-operators/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 03:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Fundamentals]]></category>
		<category><![CDATA[Operators]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=238</guid>
		<description><![CDATA[Operators and Operands
Up to this point we have been working with only a handful of operators such as the assignment operator and some basic arithmetic operators. PHP offers many other kinds of operators, we&#8217;ll cover and explain them in this tutorial.
An operator is a symbol that is used to perform a particular action on a [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/intermediate/php-operators/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working With Data</title>
		<link>http://www.phpdynamic.com/guides/intermediate/working-with-data/</link>
		<comments>http://www.phpdynamic.com/guides/intermediate/working-with-data/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 02:37:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Data Types]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpdynamic.com/?p=231</guid>
		<description><![CDATA[







PHP Data Types
A typical PHP script works on various types of data such as strings, integers, and Booleans. This classification is used to represent how that data can be manipulated. PHP has native support for both scalar data-types such as integers, strings, and Boolean and compound data-types like arrays and objects. PHP also supports two [...]]]></description>
		<wfw:commentRss>http://www.phpdynamic.com/guides/intermediate/working-with-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>
