<?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>BrowneDev.com &#187; PHP</title>
	<atom:link href="https://www.brownedev.com/?feed=rss2&#038;tag=php" rel="self" type="application/rss+xml" />
	<link>https://www.brownedev.com</link>
	<description>Showing off some Webs</description>
	<lastBuildDate>Thu, 31 Jul 2014 18:45:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Put it on the Refrigerator</title>
		<link>https://www.brownedev.com/?p=60</link>
		<comments>https://www.brownedev.com/?p=60#comments</comments>
		<pubDate>Mon, 09 Sep 2013 18:40:19 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=60</guid>
		<description><![CDATA[It has been a while since I have updated.  I have finished my first class, and will soon be taking my next class.  I am going to try and put the class work up on this site at some time.  Until then, here is a little something for the refrigerator Certificate.]]></description>
				<content:encoded><![CDATA[<p>It has been a while since I have updated.  I have finished my first class, and will soon be taking my next class.  I am going to try and put the class work up on this site at some time.  Until then, here is a little something for the refrigerator <a href="http://www.brownedev.com/wp-content/uploads/2013/09/stucert-nvcc-iph-0713-StevenBrowne.pdf">Certificate</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some More PHP</title>
		<link>https://www.brownedev.com/?p=52</link>
		<comments>https://www.brownedev.com/?p=52#comments</comments>
		<pubDate>Wed, 24 Jul 2013 17:58:44 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[factorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=52</guid>
		<description><![CDATA[Second lesson in the PHP class, it took a little more time to try and condense the factorial code to as small as I could make it but I eventually came up with this. &#60;?php $number = rand(1,10); $factorial = 1; for ($counter = 1;$counter &#60;= $number;$counter++) { $factorial = $factorial * $counter; } echo &#8230; <a href="https://www.brownedev.com/?p=52" class="more-link">Continue reading <span class="screen-reader-text">Some More PHP</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Second lesson in the PHP class, it took a little more time to try and condense the factorial code to as small as I could make it but I eventually came up with this.</p>
<p>&lt;?php</p>
<p>$number = rand(1,10);<br />
$factorial = 1;</p>
<p>for ($counter = 1;$counter &lt;= $number;$counter++)<br />
{<br />
$factorial = $factorial * $counter;<br />
}<br />
echo &#8220;The factorial of $number is $factorial&#8221;;</p>
<p>?&gt;</p>
<p>Seems to work</p>
<p><a title="Factorials" href="http://brownedev.com/phpclassonline/square2.php" target="_blank">Second Lesson</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Start of PHP</title>
		<link>https://www.brownedev.com/?p=45</link>
		<comments>https://www.brownedev.com/?p=45#comments</comments>
		<pubDate>Tue, 23 Jul 2013 19:06:25 +0000</pubDate>
		<dc:creator><![CDATA[Steve]]></dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[classwork]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.brownedev.com/?p=45</guid>
		<description><![CDATA[I have begun an online class with my local community college.  I thought I should try every way possible to learn web development.  The class I am in is PHP and MySQL.  I have some prior training but never put it into use so I figured I would post some of the class work that &#8230; <a href="https://www.brownedev.com/?p=45" class="more-link">Continue reading <span class="screen-reader-text">The Start of PHP</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I have begun an online class with my local community college.  I thought I should try every way possible to learn web development.  The class I am in is PHP and MySQL.  I have some prior training but never put it into use so I figured I would post some of the class work that we have on this site.</p>
<p>This is the first very simple class work assignment but here we go.</p>
<p><a title="PHP Assignment 1" href="http://brownedev.com/phpclassonline/phptest.php" target="_blank">First Assignment</a></p>
<p>I made the link open in a new window because I do not have any navigation build on that page, in case you are wondering.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.brownedev.com/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
