<?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>SEO Blog &#187; How To</title>
	<atom:link href="http://www.jeremymorgan.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremymorgan.com</link>
	<description>Jeremy Morgan, a Portland Oregon Based SEO and Internet Marketer.</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:03:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to work with arrays in PHP</title>
		<link>http://www.jeremymorgan.com/how-to/php/how-to-work-with-arrays-in-php/</link>
		<comments>http://www.jeremymorgan.com/how-to/php/how-to-work-with-arrays-in-php/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 22:43:41 +0000</pubDate>
		<dc:creator>Jeremy Morgan</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/how-to/php/how-to-work-with-arrays-in-php/</guid>
		<description><![CDATA[What is an array? Arrays are common to almost every programming language. An array is simply an ordered map of values, indexed so you can find these values, called elements. These elements can be of multiple datatypes, and can be ordered any way you want. Array ( [a] => 1 [b] => 2 [c] => [...]]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/how-to/php/how-to-work-with-arrays-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
