<?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/MySQL Tutorials, Training, Courses &#187; variables</title>
	<atom:link href="http://php.webdevevolved.com/tag/variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.webdevevolved.com</link>
	<description>Advanced courses for PHP beginners</description>
	<lastBuildDate>Mon, 26 Apr 2010 07:00:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arrays in PHP</title>
		<link>http://php.webdevevolved.com/2009/11/19/introduction-to-php/php-arrays/</link>
		<comments>http://php.webdevevolved.com/2009/11/19/introduction-to-php/php-arrays/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:01:07 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Introduction to PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://php.webdevevolved.com/?p=78</guid>
		<description><![CDATA[  You already know how variables work  in PHP. You will now learn how to use arrays, in PHP.

As you code more and more, you will reach a point where you will need a great amount of variables and this is exactly what arrays provide. You can imagine them like a collection of [...]]]></description>
		<wfw:commentRss>http://php.webdevevolved.com/2009/11/19/introduction-to-php/php-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to PHP variables</title>
		<link>http://php.webdevevolved.com/2009/11/11/introduction-to-php/introduction-to-php-variables/</link>
		<comments>http://php.webdevevolved.com/2009/11/11/introduction-to-php/introduction-to-php-variables/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:00:09 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Introduction to PHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://php.webdevevolved.com/?p=37</guid>
		<description><![CDATA[  You will learn in this tutorial how to use variables in PHP and manipulate their data.

First thing to know is that PHP variables are always marked by $, followed by the variable name (example: $variable).
&#160;


Variable names


The name can include a pretty wide range of characters, but it is recommended to use alphanumericals and [...]]]></description>
		<wfw:commentRss>http://php.webdevevolved.com/2009/11/11/introduction-to-php/introduction-to-php-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
