<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>The PHP Blog</title>
	<link>http://thephpblog.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 21 Jan 2009 16:20:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>We&#8217;ve got a sister!</title>
		<description> </description>
		<link>http://thephpblog.com/read/weve-got-a-sister/</link>
			</item>
	<item>
		<title>More Advanced Arrays</title>
		<description>Quick Recap
Ok so hopefully you read this tutorial first so that you have a basic understanding of the different types of array and what we can store in them.
Built-in Array Functions
Rather than mess around coding our own functions, which so many new developers do without even looking to see if ...</description>
		<link>http://thephpblog.com/read/more-advanced-arrays/</link>
			</item>
	<item>
		<title>Bare Basics - Arrays</title>
		<description>What is an array?
The concept of arrays are simple. If you create a variable to store a value, it does exactly that, stores a single value. Whether it&#8217;s an integer, string or anything in between. An array is basically a variable that can hold multiple values. Arrays have many uses, ...</description>
		<link>http://thephpblog.com/read/bare-basics-arrays/</link>
			</item>
	<item>
		<title>We&#8217;ve moved host, no more downtime!</title>
		<description>Bad Timing
When you're trying to get a site off the ground like a tutorial site and your hits are steadily increasing the worst thing that could happen is an unexpected period of downtime with no explanation, especially when that downtime is about 5 days long.

Recently we've experienced a lot of ...</description>
		<link>http://thephpblog.com/read/weve-moved-host-no-more-downtime/</link>
			</item>
	<item>
		<title>Getting to Grips With Functions</title>
		<description>An overview of functions
Using functions in your code should be 2nd nature in medium to large scale projects. In basic terms, a function is a block of code with a name, and a majority will take parameters/arguments and return a value(s). If you've done PHP before (if you're reading this ...</description>
		<link>http://thephpblog.com/read/getting-to-grips-with-functions/</link>
			</item>
	<item>
		<title>The ins and outs of SQL injection</title>
		<description>What is SQL injection?
SQL injection is an extremely overlooked problem, especially with how easy it is for Joe Bloggs and John Smith to setup their own website and do with it what they wish. SQL injection is the equivalent of letting any old user manipulate your database, be it for ...</description>
		<link>http://thephpblog.com/read/the-ins-and-outs-of-sql-injection/</link>
			</item>
	<item>
		<title>The PHP Blog is launched!</title>
		<description>What can I expect here?
Basically we're aiming to cover all aspects of PHP coding that the common developer will run in to, we'll also aim to teach you new techniques and styles to improve your codes efficiency, style and overall effectiveness.
Stay tuned!
With the launch of The PHP Blog we'll aim ...</description>
		<link>http://thephpblog.com/read/the-php-blog-is-launched/</link>
			</item>
</channel>
</rss>
