<?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>Web Development Tutorials &#187; PHP Beginners</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/php-beginners/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Capitalization In Strings</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/php-beginners/capitalization-in-strings?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-tutorials/php-beginners/capitalization-in-strings#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:19:29 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Beginners]]></category>
		<category><![CDATA[4 functions]]></category>
		<category><![CDATA[lcfirst]]></category>
		<category><![CDATA[manipulate]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[strtolower]]></category>
		<category><![CDATA[strtoupper]]></category>
		<category><![CDATA[ucfirst]]></category>
		<category><![CDATA[ucwords]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=241</guid>
		<description><![CDATA[Manipulating strings for use with capitals is a simple job in PHP as there are 5 functions built in to help you with this task. strtoupper, strtolower, ucwords, ucfirst and lcfirst. In this tutorial I will show you how to use them and examples included.

strtoupper
strtoupper will capitalize all letters in the string given.

This could be [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-tutorials/php-beginners/capitalization-in-strings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If/Else/Else If Beginners Tutorial</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/ifelseelse-if-beginners-tutorial?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-tutorials/ifelseelse-if-beginners-tutorial#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:09:05 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Beginners]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[!=]]></category>
		<category><![CDATA[>]]></category>
		<category><![CDATA[>=]]></category>
		<category><![CDATA[==]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[boo]]></category>
		<category><![CDATA[Else]]></category>
		<category><![CDATA[Else If]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[If]]></category>
		<category><![CDATA[too]]></category>
		<category><![CDATA[var1]]></category>
		<category><![CDATA[var2]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=166</guid>
		<description><![CDATA[After contact from some visitors starting to learn PHP. I am going to be writing a few tutorials on the basics of PHP. In this tutorial we will cover how to use the If Statements.

If statements are used to check if something matches something else. The syntax for a simple If statement is as
if(statement){
// if [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-tutorials/ifelseelse-if-beginners-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
