<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Masis</title>
<link>http://snipplr.com/users/Masis/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 18:11:00 GMT</pubDate>
<item>
<title>(PHP) Basic PHP Syntax</title>
<link>http://snipplr.com/view/41076/basic-php-syntax/</link>
<description><![CDATA[ <p>PHP scripting block can be placed anywhere in the document. It always starts with </p> ]]></description>
<pubDate>Mon, 27 Sep 2010 21:07:00 GMT</pubDate>
<guid>http://snipplr.com/view/41076/basic-php-syntax/</guid>
</item>
<item>
<title>(PHP) PHP While Loops</title>
<link>http://snipplr.com/view/40662/php-while-loops/</link>
<description><![CDATA[ <p>The idea of a loop is to do something over and over again until the task has been completed.
    In PHP, we have the following looping statements:

        * while - loops through a block of code while a specified condition is true
        * do...while - loops through a block of code once, and then repeats the loop as long as a specified condition is true
        * for - loops through a block of code a specified number of times
        * foreach - loops through a block of code for each element in an array

    The while loop executes a block of code while a condition is true.</p> ]]></description>
<pubDate>Fri, 17 Sep 2010 20:54:40 GMT</pubDate>
<guid>http://snipplr.com/view/40662/php-while-loops/</guid>
</item>
</channel>
</rss>