<?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>Sailen's Blog &#187; PHP</title>
	<atom:link href="http://www.sailen.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sailen.com</link>
	<description>Learn, Share and Enjoy</description>
	<lastBuildDate>Wed, 21 Apr 2010 08:04:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create a simple CAPTCHA using PHP?</title>
		<link>http://www.sailen.com/2010/04/18/how-to-create-a-simple-captcha/</link>
		<comments>http://www.sailen.com/2010/04/18/how-to-create-a-simple-captcha/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 12:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CAPTCHA]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=74</guid>
		<description><![CDATA[There are lots of free Captcha modules available on the net which you can simply plug into your website, but if you want to create your own, here is one simple process to create using PHP. Basic concept for Captcha is to reduce or stop spam on your website, Captcha prevents from spam as it [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2010/04/18/how-to-create-a-simple-captcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run XAMPP or WAMPP together with IIS on Windows XP or Vista</title>
		<link>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/</link>
		<comments>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 01:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[WAMPP]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=24</guid>
		<description><![CDATA[Looking for running both IIS and Apache server at same time on windows operating system, here is few instruction to do so:
C:\xampp\apache\conf\httpd.conf:
* Search for “Listen 80″, change to “Listen 81″
* Search for “ServerName localhost:80″, change to “ServerName localhost:81″

C:\xampp\apache\conf\extra\httpd-ssl.conf
* Search for “Listen 443″, change to “Listen 4499″
* Search for “”, change to “”
* Search for “ServerName [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/03/07/how-to-run-xampp-or-wampp-together-with-iis-on-windows-xp-or-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use GnuPG for e-mail using PHP</title>
		<link>http://www.sailen.com/2008/12/15/hello-world/</link>
		<comments>http://www.sailen.com/2008/12/15/hello-world/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 04:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[GNUPG]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1</guid>
		<description><![CDATA[Download the file from GNUPG website. GnUPG can be used for comercial sites without a license.
You will need shell access, i.e. telnet or SSH. SSH is more secure. Also a linux machine and a copy of PGP installed on your machine. You will also need to generate a key pair, this consists of a public [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2008/12/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
