<?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>Solarum - Information For Everyone &#187; PHP</title>
	<atom:link href="http://www.solarum.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarum.com</link>
	<description>Information for everyone</description>
	<lastBuildDate>Wed, 14 Jul 2010 01:35:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing a LAMP Stack on Ubuntu</title>
		<link>http://www.solarum.com/2008/08/19/installing-a-lamp-stack-on-ubuntu/</link>
		<comments>http://www.solarum.com/2008/08/19/installing-a-lamp-stack-on-ubuntu/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:57:04 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=182</guid>
		<description><![CDATA[I am using Ubuntu (Hardy Heron) as my primary desktop OS, and I wanted to install some tools for doing development work. At the same time, I thought I might run through the steps and post them for anyone else that might be looking to do the same thing. I&#8217;ll walk you through what I [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/08/19/installing-a-lamp-stack-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great stuff at PortableApps</title>
		<link>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/</link>
		<comments>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:28:48 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.solarum.com/?p=143</guid>
		<description><![CDATA[In this post, I&#8217;d like to do two things.  First off, I want to plug a really cool site called PortableApps.com that has some really cool software in the form of &#8230; well, portable apps.  What these are, are common widely used applications that have been transformed in such a way that they can run [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/04/27/great-stuff-at-portableapps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Error Handler For PHP</title>
		<link>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/</link>
		<comments>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:50:23 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[Codebank]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/</guid>
		<description><![CDATA[Anyone that works with MySQL and PHP knows that it&#8217;s a good idea to trap and handle errors as a part of making calls to the database. I have seen folk that do it in many different ways, and some that don&#8217;t do it at all. It&#8217;s a real handy thing to do, especially in [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2008/02/26/mysql-error-handler-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to generate htpasswd compatible passwords with PHP</title>
		<link>http://www.solarum.com/2007/12/23/how-to-generate-htpasswd-compatible-passwords-with-php/</link>
		<comments>http://www.solarum.com/2007/12/23/how-to-generate-htpasswd-compatible-passwords-with-php/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 23:47:43 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/12/23/how-to-generate-htpasswd-compatible-passwords-with-php/</guid>
		<description><![CDATA[Sometimes we have to generate passwords in our code, no problem. But what about when you need to generate a password that is compatible with the htpasswd command, as in the password is the same as what would be generated by htpasswd? Well, if you are using PHP, you can use this function that I [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/12/23/how-to-generate-htpasswd-compatible-passwords-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the IP of the current visitor in PHP</title>
		<link>http://www.solarum.com/2007/10/16/getting-the-ip-of-the-current-visitor-in-php/</link>
		<comments>http://www.solarum.com/2007/10/16/getting-the-ip-of-the-current-visitor-in-php/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 19:39:39 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/10/16/getting-the-ip-of-the-current-visitor-in-php/</guid>
		<description><![CDATA[Sometimes, you have the need to grab the IP address of the current visitor to your site.  I use this for logging actions like comment forms, etc., but also for blocking IPs if there is a need.  Whatever your reason, this is a good chunk of code, in the form of a function you can [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/10/16/getting-the-ip-of-the-current-visitor-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the current directory with PHP</title>
		<link>http://www.solarum.com/2007/10/05/find-the-current-directory-with-php/</link>
		<comments>http://www.solarum.com/2007/10/05/find-the-current-directory-with-php/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 02:49:16 +0000</pubDate>
		<dc:creator>Laz</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.solarum.com/2007/10/05/find-the-current-directory-with-php/</guid>
		<description><![CDATA[Here is a quick PHP tip that has come in handy for me in times past, it deals with finding the current directory that you are in. I am going to show you how to get two different answers to that question depending on what your needs are. First, let me explain why we would [...]]]></description>
		<wfw:commentRss>http://www.solarum.com/2007/10/05/find-the-current-directory-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
