<?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>PHP Programmer &#124; PHP Developer</title>
	<atom:link href="http://www.phpprogrammer.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpprogrammer.co.uk</link>
	<description>PHP MySQL Programmer &#124; Web Programmer &#124; PHP Developer</description>
	<lastBuildDate>Mon, 13 Feb 2012 20:07:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Custom Classes &#8211; Iterator + Container</title>
		<link>http://www.phpprogrammer.co.uk/s/custom-classes-iterator-container/</link>
		<comments>http://www.phpprogrammer.co.uk/s/custom-classes-iterator-container/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 18:40:32 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=290</guid>
		<description><![CDATA[This article covers making a custom iterator type container in PHP. When I talk about a &#8220;container&#8221; I mean a class that holds something, often in a similar was that an array does. Adding iterator capabilities to it means it will work with a foreach statement like an array does too, and once you complete [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/custom-classes-iterator-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Constants, and why they are used</title>
		<link>http://www.phpprogrammer.co.uk/s/constants-uses/</link>
		<comments>http://www.phpprogrammer.co.uk/s/constants-uses/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 23:54:23 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=279</guid>
		<description><![CDATA[In programming, a constant is anything that is supposed to be the same all the time and cannot be changed. Basically is is that way at least until the program starts again. In PHP constants are not similar to variables in syntax, which is in some ways a surprise. I&#8217;ll quickly show you a C [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/constants-uses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going Retro With PHP &#8211; A Hits Counter Step By Step</title>
		<link>http://www.phpprogrammer.co.uk/s/hits-counter-php/</link>
		<comments>http://www.phpprogrammer.co.uk/s/hits-counter-php/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:20:49 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=273</guid>
		<description><![CDATA[Going Retro With PHP &#8211; A Hits Counter Step By Step It wasn&#8217;t all that long ago that the web was littered with little &#8220;number of visitor&#8221; indicators. The point of these was either to show how popular your site was, or more likely just because the site owner had no administrator level site statistics [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/hits-counter-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Math High and Low Functions in PHP</title>
		<link>http://www.phpprogrammer.co.uk/s/custom-math-functions-in-php/</link>
		<comments>http://www.phpprogrammer.co.uk/s/custom-math-functions-in-php/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 18:14:56 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=270</guid>
		<description><![CDATA[This should be a good beginner tutorial, especially if you have used some functions and if statements and haven&#8217;t gone much further. I will explain the concept as we go along, first let&#8217;s review the Ternary Operator / Operators that we will use. That is sort of a quick &#8220;what is the sign&#8221; test for [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/custom-math-functions-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; What in the world is CType</title>
		<link>http://www.phpprogrammer.co.uk/s/php-what-in-the-world-is-ctype/</link>
		<comments>http://www.phpprogrammer.co.uk/s/php-what-in-the-world-is-ctype/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 00:09:53 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=266</guid>
		<description><![CDATA[Apparently the name comes from ctype.h, a file in the C programming language. The PHP engine can execute the code from that file in it&#8217;s ctype functions. Does the c in ctype stand for classification, or character maybe? I don&#8217;t know, but according to PHP, these functions &#8220;are always preferred over regular expressions, and even [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/php-what-in-the-world-is-ctype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let Your Users Log In</title>
		<link>http://www.phpprogrammer.co.uk/s/let-your-users-log-in/</link>
		<comments>http://www.phpprogrammer.co.uk/s/let-your-users-log-in/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:20:21 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=253</guid>
		<description><![CDATA[Something everyone should do once ( or several times ) when learning PHP is create a simple user and log in system. It is the basis of many different types of web sites, forums, WordPress sites, ebay, even search engines (Google) let you log in to customize your experience and access advanced features. Let&#8217;s stick [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/let-your-users-log-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlimited Arguments</title>
		<link>http://www.phpprogrammer.co.uk/s/unlimited-arguments/</link>
		<comments>http://www.phpprogrammer.co.uk/s/unlimited-arguments/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:16:46 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=246</guid>
		<description><![CDATA[If you&#8217;ve used printf/sprintf/etc. in PHP you may be wondering how these functions can accept any number of arguments and still make sense of it. You also may wonder how you can make functions that employ this &#8216;trick&#8217;. Well it&#8217;s not a trick really, it seems to be built in to every function the user [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/unlimited-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In PHP gzcompress is easy, and often useful</title>
		<link>http://www.phpprogrammer.co.uk/s/php-compressing-strings/</link>
		<comments>http://www.phpprogrammer.co.uk/s/php-compressing-strings/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:14:50 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=241</guid>
		<description><![CDATA[xÅ“KLJNIMK Ã›Â½ That is what I got when I ran the following code: In the title I said &#8220;often useful&#8221;. If you look closely you&#8217;ll see why. The compressed version takes more bytes than the uncompressed. It&#8217;s not a surprise of course, the feature was created for compressing a file or something of considerable size, [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/php-compressing-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML in PHP</title>
		<link>http://www.phpprogrammer.co.uk/s/parsing-xml-in-php/</link>
		<comments>http://www.phpprogrammer.co.uk/s/parsing-xml-in-php/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 01:11:41 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=232</guid>
		<description><![CDATA[I&#8217;m sure many php users have needed to read some xml data into a php program and looked around hoping to find a function that can parse an XML file with a few lines of code. The road to simple XML usage may not be that short, but we&#8217;ll explore some techniques to get the [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/parsing-xml-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplifying PHP string reading with sscanf()</title>
		<link>http://www.phpprogrammer.co.uk/s/simplifying-php-sscanf/</link>
		<comments>http://www.phpprogrammer.co.uk/s/simplifying-php-sscanf/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 23:51:58 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[PHP Articles]]></category>

		<guid isPermaLink="false">http://www.phpprogrammer.co.uk/?p=226</guid>
		<description><![CDATA[In this article we&#8217;ll see how to use sscanf() to read or parse a string in a customized way. You may have heard of the scan series of functions before, especially in other types of programming. In c based console applications that could read user input and then print text results, scan was the opposite [...]]]></description>
		<wfw:commentRss>http://www.phpprogrammer.co.uk/s/simplifying-php-sscanf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

