<?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>Painted Pixels Blog &#187; PHP</title>
	<atom:link href="http://blog.paintedpixels.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paintedpixels.com</link>
	<description>News, tips, tricks and great resources</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Set Up Virtual Hosts in Xampp on Ubuntu</title>
		<link>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/</link>
		<comments>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 14:19:53 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=510</guid>
		<description><![CDATA[Over a year ago I discovered how to set up virtual hosts in Xampp and posted my method in the Ubuntu forum. Today I had to do it again. My memory is not very good and as it is not something I do every day I could not remember the precise details. I had to [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First impressions of CodeIgniter</title>
		<link>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/</link>
		<comments>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 02:09:02 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=505</guid>
		<description><![CDATA[These last few weeks I have been trying out CodeIgniter and so far I have been very impressed. For those who do not know, CodeIgniter is an open source PHP framework. It is very easy to set up, works with version 4 and 5 of PHP, uses the MVC approach which separates logic from presentation [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 PHP Session Tutorials</title>
		<link>http://blog.paintedpixels.com/2009/php/6-php-session-tutorials/</link>
		<comments>http://blog.paintedpixels.com/2009/php/6-php-session-tutorials/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 14:22:41 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=471</guid>
		<description><![CDATA[Six PHP Session Tutorials to help when using sessions: PHP session tutorial &#8211; a clear basic introduction from PHP F1 Managing Users with PHP Sessions and MySQL - building a logging in system from Sitepoint Basic PHP Session &#8211; from about.com Using Sessions in PHP &#8211; building a membership system Session Control and Cookies Sessions [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2009/php/6-php-session-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing the Date in PHP</title>
		<link>http://blog.paintedpixels.com/2008/php/printing-the-date-in-php/</link>
		<comments>http://blog.paintedpixels.com/2008/php/printing-the-date-in-php/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 00:26:57 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=9</guid>
		<description><![CDATA[To print the date in the following format: 2008-06-27 use: &#60;?php echo date("Y-m-d"); ?&#62; This is useful for automatically updating the date in the copyright section of a web page: Copyright © &#60;?php echo date("Y"); ?&#62; Painted Pixels. Once this is in place on a web page, the year will be adjusted saving yourself the [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/php/printing-the-date-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

