<?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/category/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>Top 30 best free open source CMS</title>
		<link>http://www.sailen.com/2010/04/16/top-30-best-free-open-source-cms/</link>
		<comments>http://www.sailen.com/2010/04/16/top-30-best-free-open-source-cms/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[free CMS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Modx]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Open Source Scripts]]></category>
		<category><![CDATA[PHP CMS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=57</guid>
		<description><![CDATA[What is the best way to choose right open source script (CMS)? The answer depends on what type of website or business you are running, there are thousands of open source script available on the net, does that mean you should try all of those? Seems impossible. So, what is the best way !!! here [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2010/04/16/top-30-best-free-open-source-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron Job – Managing cron tab</title>
		<link>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/</link>
		<comments>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cron command]]></category>
		<category><![CDATA[cron daemon]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[cron job format]]></category>
		<category><![CDATA[cron tab]]></category>
		<category><![CDATA[linux cron job]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=30</guid>
		<description><![CDATA[Cron is a time-based job scheduler in Unix-like computer operating systems. &#8216;cron&#8217; is short for Chronograph.
Cron enables users to schedule jobs (commands or shell scripts) to run automatically at a certain time or date. It is commonly used to perform system maintenance or administration, though its general purpose nature means that it can be used [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2009/11/13/cron-job-%e2%80%93-managing-cron-tab/feed/</wfw:commentRss>
		<slash:comments>0</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>PHP Mail &#8211; libMail</title>
		<link>http://www.sailen.com/2008/12/30/php-mail/</link>
		<comments>http://www.sailen.com/2008/12/30/php-mail/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 04:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[LibMail]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://www.sailen.com/?p=12</guid>
		<description><![CDATA[An object oriented way to send email from a PHP program.
Some of the libMail functionalities are :
o Sending one or more file in attachment
o Specify one or many recipients in To, CC or BCC
o Format a message &#8220;ready to send&#8221; without sending it immediately
o Auto checking of email addresses syntax
o Add a receipt to the [...]]]></description>
		<wfw:commentRss>http://www.sailen.com/2008/12/30/php-mail/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>
