<?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>Varun on the Web &#187; PHP</title>
	<atom:link href="http://varunkrish.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lesson Learnt &#8211; Never ever change change files on a live site without testing</title>
		<link>http://varunkrish.com/lesson-learnt-never-ever-change-change-files-on-a-live-site-without-testing.html</link>
		<comments>http://varunkrish.com/lesson-learnt-never-ever-change-change-files-on-a-live-site-without-testing.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 20:32:58 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blooper]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[servint]]></category>

		<guid isPermaLink="false">http://varunkrish.com/?p=369</guid>
		<description><![CDATA[Recently I was playing with the linux command line  .. I was testing out a script which i was interested in..
i ran a wget command and download the file to the server and then extracted it using unzip
But the worst part is that the after the extraction i ran a mv command to move [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/lesson-learnt-never-ever-change-change-files-on-a-live-site-without-testing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Reasons why Facebook is Hot</title>
		<link>http://varunkrish.com/some-reasons-why-facebook-is-hot.html</link>
		<comments>http://varunkrish.com/some-reasons-why-facebook-is-hot.html#comments</comments>
		<pubDate>Sun, 23 Sep 2007 17:03:59 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://varunkrish.com/some-reasons-why-facebook-is-hot.html</guid>
		<description><![CDATA[I have been hearing a lot about Facebook these days.  It has become really popular amongst the developer community after Facebook launched its API for public use. I was interested to explore FB after  Ram @ Photon worked in Facebook App project.
I have still not got hands dirty on the Facebook API. Din&#8217;t [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/some-reasons-why-facebook-is-hot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP India</title>
		<link>http://varunkrish.com/cakephp-india.html</link>
		<comments>http://varunkrish.com/cakephp-india.html#comments</comments>
		<pubDate>Sun, 25 Mar 2007 15:54:40 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://varunkrish.com/cakephp-india.html</guid>
		<description><![CDATA[CakePHP is a pretty new and decent PHP framework which works well with both  PHP4 and 5.
I have been trying to build something using CakePHP and ran into trouble a lot of times as the Documentation is poor.
Any one in India who has tried CakePHP ?]]></description>
		<wfw:commentRss>http://varunkrish.com/cakephp-india.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running PHP5 scripts only in a single directory</title>
		<link>http://varunkrish.com/running-php5-scripts-only-in-a-single-directory.html</link>
		<comments>http://varunkrish.com/running-php5-scripts-only-in-a-single-directory.html#comments</comments>
		<pubDate>Sat, 11 Nov 2006 15:05:41 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://varunkrish.com/running-php5-scripts-only-in-a-single-directory.html</guid>
		<description><![CDATA[Woah !! This is cool !! I can run PHP5 code only under a certain directory by adding these lines to the .htaccess file in the dir.

AddType x-mapp-php5 .php
AddHandler application/x-httpd-php5 .php


Sounds like i will be moving all my php4 development to php5 from now]]></description>
		<wfw:commentRss>http://varunkrish.com/running-php5-scripts-only-in-a-single-directory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML with PHP4</title>
		<link>http://varunkrish.com/xml-with-php4.html</link>
		<comments>http://varunkrish.com/xml-with-php4.html#comments</comments>
		<pubDate>Sun, 22 Oct 2006 06:50:03 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://varunkrish.com/xml-with-php4.html</guid>
		<description><![CDATA[I major upgrade is scheduled for one of my projects. Most of you will know which one..
I have been avoiding XML till now but this time round I cant escape without using the same..
I know a bit of XML but using it with PHP is what is puzzling me. PHP5 has built in XML support [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/xml-with-php4.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is ASP.Net better than PHP ?</title>
		<link>http://varunkrish.com/is-aspnet-better-than-php.html</link>
		<comments>http://varunkrish.com/is-aspnet-better-than-php.html#comments</comments>
		<pubDate>Mon, 25 Sep 2006 08:15:54 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://varunkrish.com/is-aspnet-better-than-php.html</guid>
		<description><![CDATA[I was trying to figure out whether ASP.Net is better than PHP. I have been in PHP for some 2 years now and also tried my hands on ASP. Now trying my hands on Asp.Net
PHP&#8217;s OO is not the best even if PHP5 has pretty good OO support.
Found these interesting reads in this regard.
Sitepoint Debate
Sitepoint [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/is-aspnet-better-than-php.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP as Apache Module vs PHP as CGI Binary</title>
		<link>http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html</link>
		<comments>http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html#comments</comments>
		<pubDate>Mon, 21 Aug 2006 07:01:24 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP+Apache]]></category>
		<category><![CDATA[PHP+CGI]]></category>

		<guid isPermaLink="false">http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html</guid>
		<description><![CDATA[Its a very important to know the differences between PHP as an Apache Module and PHP as a CGI Binary.
PHP installed as Apache Module 

Inherits Apache&#8217;s Permissions
Considered feature rich
Plethora of options
Most servers support PHP as server module
Security issues might need some handling ( i am ok with it )

PHP as CGI Binary

Considered the worst possible [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lead PHP programmer quits</title>
		<link>http://varunkrish.com/lead-php-programmer-quits.html</link>
		<comments>http://varunkrish.com/lead-php-programmer-quits.html#comments</comments>
		<pubDate>Sat, 29 Jul 2006 17:41:22 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://varunkrish.com/lead-php-programmer-quits.html</guid>
		<description><![CDATA[He leaves a short email saying goodbye]]></description>
		<wfw:commentRss>http://varunkrish.com/lead-php-programmer-quits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored Procedures in MySQL 5</title>
		<link>http://varunkrish.com/stored-procedures-in-mysql-5.html</link>
		<comments>http://varunkrish.com/stored-procedures-in-mysql-5.html#comments</comments>
		<pubDate>Sun, 05 Mar 2006 08:29:48 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[procedures]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[stored]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/03/05/stored-procedures-in-mysql-5/</guid>
		<description><![CDATA[Stored Procedures at last in version 5 of MySQL.
Often people from the SQL Server world would downplay MySQL saying that it lacks views and stored procedures which have been present in the MS world and the PostgreSQL world for a long time.
With the latest version of 5.0.18       MySQL has [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/stored-procedures-in-mysql-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL lands $18.5 million in third round</title>
		<link>http://varunkrish.com/mysql-lands-185-million-in-third-round.html</link>
		<comments>http://varunkrish.com/mysql-lands-185-million-in-third-round.html#comments</comments>
		<pubDate>Mon, 13 Feb 2006 21:09:04 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ab]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[mysql5.1]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[procedures]]></category>
		<category><![CDATA[stored]]></category>
		<category><![CDATA[views]]></category>

		<guid isPermaLink="false">http://varun.vk123.com/2006/02/13/mysql-lands-185-million-in-third-round/</guid>
		<description><![CDATA[News.com says that Open-source database company MySQL said it has secured $18.5 million in series C funding, a round led by Institutional Venture Partners. The total venture investment in the company, which has operations in Sweden and Cupertino, Calif., is about $39 million.
 The money will be used to fund the company&#8217;s growth, product development [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/mysql-lands-185-million-in-third-round.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
