<?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>AtomicPages Blog &#187; PHP</title>
	<atom:link href="http://www.atomicpages.net/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atomicpages.net/blog</link>
	<description>Web Hosting, Design, and Development</description>
	<lastBuildDate>Tue, 20 Jul 2010 19:01: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>Real Hosting</title>
		<link>http://www.atomicpages.net/blog/2010/06/11/real-hosting/</link>
		<comments>http://www.atomicpages.net/blog/2010/06/11/real-hosting/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 17:00:46 +0000</pubDate>
		<dc:creator>Dennis Thompson</dc:creator>
				<category><![CDATA[Adobe Flash Basics]]></category>
		<category><![CDATA[BB Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MMF2 Beginning Videos Series]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Webmaster Tips]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=3162</guid>
		<description><![CDATA[Real hosting is something much more than what meets the eye. It is more than a place to merely store files and have a space on the Internet. It&#8217;s more than just unlimited this and unlimited that; it involves real space, real deals, real support, and real guarantees.
What you REALLY pay for
Ever heard of the <a href="http://www.atomicpages.net/blog/2010/06/11/real-hosting/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2010/06/11/real-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP #5: More Loops</title>
		<link>http://www.atomicpages.net/blog/2010/04/19/php-5-more-loops/</link>
		<comments>http://www.atomicpages.net/blog/2010/04/19/php-5-more-loops/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:00:06 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=2450</guid>
		<description><![CDATA[There are a few other types of loops in addition to while loops that we learned about in Part 4.
Do-While Loop
A do-while loop is very similar to a while loop.  The only difference is that the condition is evaluated after each loop iteration, rather than before.  The syntax is like this:
123do &#123;
&#160; // <a href="http://www.atomicpages.net/blog/2010/04/19/php-5-more-loops/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2010/04/19/php-5-more-loops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP #4: While Loops</title>
		<link>http://www.atomicpages.net/blog/2010/04/14/php-4-while-loops/</link>
		<comments>http://www.atomicpages.net/blog/2010/04/14/php-4-while-loops/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 17:00:36 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Basics]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=2381</guid>
		<description><![CDATA[In programming, loops are used to execute the same lines of code multiple times.  The simplest type of loop is called a while loop.  The lines of code in the body of a while loop will continue executing over and over WHILE the condition is true.  The syntax looks like this:
123while &#40;condition&#41; <a href="http://www.atomicpages.net/blog/2010/04/14/php-4-while-loops/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2010/04/14/php-4-while-loops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 8: Comparison and Logical Operators</title>
		<link>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-8/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-8/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 12:04:38 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1106</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 7: If-Else Statements</title>
		<link>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-7-if-else-statements/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-7-if-else-statements/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 12:03:39 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1104</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-7-if-else-statements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 6: Newlines in Strings</title>
		<link>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-6-newlines-in-strings/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-6-newlines-in-strings/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 12:02:29 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1102</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/27/php-video-tutorial-6-newlines-in-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 5: Variable Types</title>
		<link>http://www.atomicpages.net/blog/2009/12/19/php-video-tutorial-5-variable-types/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/19/php-video-tutorial-5-variable-types/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 06:46:49 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1026</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/19/php-video-tutorial-5-variable-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 4: Variables and Constants</title>
		<link>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-4-variables-and-constants/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-4-variables-and-constants/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:30:45 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://atomicpages.net/blog/?p=1010</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-4-variables-and-constants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 3: Basic Syntax and Comments</title>
		<link>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-3-basic-syntax-and-comments/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-3-basic-syntax-and-comments/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:52:42 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://atomicpages.net/blog/?p=1006</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-3-basic-syntax-and-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Video Tutorial 2: Includes and Requires</title>
		<link>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-2-includes-and-requires/</link>
		<comments>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-2-includes-and-requires/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:50:58 +0000</pubDate>
		<dc:creator>Jackson Hines</dc:creator>
				<category><![CDATA[PHP Video]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://atomicpages.net/blog/?p=1004</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.atomicpages.net/blog/2009/12/16/php-video-tutorial-2-includes-and-requires/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
