<?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>PHP Trivandrum</title>
	<atom:link href="http://www.php-trivandrum.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Fri, 02 Mar 2012 16:51:24 +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>Just activated bz2url with WP to Twitter</title>
		<link>http://www.php-trivandrum.org/code-snippets/just-activated-bz2url-with-wp-to-twitter/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/just-activated-bz2url-with-wp-to-twitter/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 16:19:47 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1123</guid>
		<description><![CDATA[We just activated our url compressor WP to Twitter. Trying to enable the WP to Twitter to work with the bz2 compressor. In fact this is a test post for the same. The WP to Twitter is simply superb, thankyou Doleson. First activated bz2url, and then wp-to-twitter, configured wp-to-twitter as the initial setup help provides. [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/just-activated-bz2url-with-wp-to-twitter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bz2url &#8211; a very simple url compressor for wordpress</title>
		<link>http://www.php-trivandrum.org/code-snippets/bz2url-a-very-simple-url-compressor-for-wordpress/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/bz2url-a-very-simple-url-compressor-for-wordpress/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 02:16:21 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1121</guid>
		<description><![CDATA[Its been over a year since we started bz2.in url compression for inhouse projects at Saturn and is being in use for Asianet India and this blog. Recently for a new project we absolutely needed an integrated url shortner, which finally gave shape to the initial version. Wordpress events are handled through static functions of [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/bz2url-a-very-simple-url-compressor-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class DumpIO &#8211; Inspired by Apache mod_dumpio but reluctant to restart webserver</title>
		<link>http://www.php-trivandrum.org/code-snippets/class-dumpio-inspired-by-apache-mod_dumpio-but-reluctant-to-restart-webserver/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/class-dumpio-inspired-by-apache-mod_dumpio-but-reluctant-to-restart-webserver/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 03:16:47 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[dumpio]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[script logging]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1112</guid>
		<description><![CDATA[Though there are far and wide systems for live debugging, and the sort, for forensic or load analysis, our php-extjs framework did not have anything pre planned, other than some query loggers, and background processing systems to log into db etc. While recently the Master MySQL server started showing variations in the cacti patterns (normal [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/class-dumpio-inspired-by-apache-mod_dumpio-but-reluctant-to-restart-webserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function to format bytes in human readable format &#8211; MySQL</title>
		<link>http://www.php-trivandrum.org/tips/function-to-format-bytes-in-human-readable-format-mysql/</link>
		<comments>http://www.php-trivandrum.org/tips/function-to-format-bytes-in-human-readable-format-mysql/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 09:17:32 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1104</guid>
		<description><![CDATA[Just searched for a similar one, and could not find any, converted one such function which I had in hand, and is posted here Function to format bytes in human readable format, which was in php. DELIMITER $$ DROP FUNCTION IF EXISTS `humansize`$$ DETERMINISTIC: CREATE FUNCTION `humansize` (ibytes bigint) RETURNS text DETERMINISTIC BEGIN if ibytes]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/function-to-format-bytes-in-human-readable-format-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux CPU usage and montioring using shell memcache and jquery</title>
		<link>http://www.php-trivandrum.org/code-snippets/linux-cpu-usage-and-montioring-using-shell-memcache-and-jquery/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/linux-cpu-usage-and-montioring-using-shell-memcache-and-jquery/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:45:21 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linux Shell]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[linux montioring]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1101</guid>
		<description><![CDATA[Recently in a project where the application was deployed across multiple servers, the Client QA as well as Support Team wanted a better monitoring of all the servers in the production. It was too much to provide everybody with shell access and ask them to monitor using top. Well after a lot of digging through [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/linux-cpu-usage-and-montioring-using-shell-memcache-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Sessions in Memcache &#8211; Locking Issues</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-sessions-in-memcache-locking-issues/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-sessions-in-memcache-locking-issues/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 04:25:21 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1094</guid>
		<description><![CDATA[Actually it is ages since I sat down to scribble something. Well this one could not be avoided. Hence here it is. In one of our FTE projects, we had faced a complication that Memcached on one node was using 100% cpu and php-cgi was complainging that the same node was not permitting any more [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-sessions-in-memcache-locking-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php memcache simulate using file system</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-memcache-simulate-using-file-system/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-memcache-simulate-using-file-system/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 02:40:22 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1092</guid>
		<description><![CDATA[Recently we were facing some difficulties, where we had facilitate implementing a copy of an application on a development environment with our client. The most difficult part was that though we could coax php to load libraries, we could not install any system services. We were supposed to install only a web application to a [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-memcache-simulate-using-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>url shortening script using MariaFramework</title>
		<link>http://www.php-trivandrum.org/code-snippets/url-shortening-script-using-mariaframework/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/url-shortening-script-using-mariaframework/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 03:37:01 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Frame Works]]></category>
		<category><![CDATA[General Articles]]></category>
		<category><![CDATA[MariaFramework]]></category>
		<category><![CDATA[url shortening]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1090</guid>
		<description><![CDATA[Just as a proof of concept, we had tried to port or even rework the whole of asianetindia.com using MariaFramework. The task of migrating the wordpress admin side, being herculian, this was delayed in pushing to production and it is still in poc stage. Now to nail down the fact that MariaFramework is production ready, [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/url-shortening-script-using-mariaframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MariaFramework 0.22 released</title>
		<link>http://www.php-trivandrum.org/tips/mariaframework-0-22-released/</link>
		<comments>http://www.php-trivandrum.org/tips/mariaframework-0-22-released/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 02:25:09 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Frame Works]]></category>
		<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php application]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1084</guid>
		<description><![CDATA[The MariaFramework or phpmf has been released with a couple of new enhancements. The MariaFramework portal is updated with some new plugins for phpmf. Will dive into what the details of the plugins are in another post. For the time the enhancements of the all new MariaFramework. First of all, a compressed version using compressing [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/mariaframework-0-22-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compressing php source files for embedded applications</title>
		<link>http://www.php-trivandrum.org/code-snippets/compressing-php-source-files-for-embedded-applications/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/compressing-php-source-files-for-embedded-applications/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 01:16:41 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1074</guid>
		<description><![CDATA[Compressing php code is not been a tough task, and this is not for the purpose of obfuscating or encoding to make closed source distribution. But to create compact files which can be used in embedded web applications]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/compressing-php-source-files-for-embedded-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I got MySQL 5.5 running on Ubuntu 10.04 Server</title>
		<link>http://www.php-trivandrum.org/general-articles/how-i-got-mysql-55-running-on-ubuntu-10-server/</link>
		<comments>http://www.php-trivandrum.org/general-articles/how-i-got-mysql-55-running-on-ubuntu-10-server/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:44:51 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1070</guid>
		<description><![CDATA[After referring to all sort of documents online, for getting the src deb and compiling, which always created one or other method of headaches for me, we approached the Oracle recommended method. Downloaded the binary from official oracle downloads. In the actual process I just deviated here and there to suit my preferences. Untarred the [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/general-articles/how-i-got-mysql-55-running-on-ubuntu-10-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The famous spinning cursor in bash</title>
		<link>http://www.php-trivandrum.org/general-articles/the-famous-spinning-cursor-in-bash/</link>
		<comments>http://www.php-trivandrum.org/general-articles/the-famous-spinning-cursor-in-bash/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 04:13:21 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Linux Shell]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1068</guid>
		<description><![CDATA[Displaying some sort of activity, the hangover from working continuosly on slow desktops are already deep into developers. Well we cannot complain, the users who are our clients or the clients of our clients always want everything very fast. And if we dont tell them about a process being running in the background, they are [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/general-articles/the-famous-spinning-cursor-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; preview and modify a theme till we are satisfied</title>
		<link>http://www.php-trivandrum.org/wordpress-plugins/wordpress-preview-and-modify-a-theme-till-we-are-satisfied/</link>
		<comments>http://www.php-trivandrum.org/wordpress-plugins/wordpress-preview-and-modify-a-theme-till-we-are-satisfied/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 02:19:18 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1056</guid>
		<description><![CDATA[Since we at Saturn provide wordpress as a CMS, and have more than a handful of experienced WordPress customizers, and themeres we have handled several challeges related to WordPress. The latest one being that the client was offered a facelift, and they wanted to preview the progress of integration. I searched the plugin repositories and [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/wordpress-plugins/wordpress-preview-and-modify-a-theme-till-we-are-satisfied/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>php-cron &#8211; schedule jobs to run by the second and more</title>
		<link>http://www.php-trivandrum.org/php/php-cron-schedule-jobs-to-run-by-the-second-and-more/</link>
		<comments>http://www.php-trivandrum.org/php/php-cron-schedule-jobs-to-run-by-the-second-and-more/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 16:21:43 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[php cron]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1048</guid>
		<description><![CDATA[Yet another challenge, mostly like all other developers, ours at Saturn too believed that scheduled jobs could be run to the lowest frequency at every minute. This stands true if the job is handled only by *nix cron or by windows scheduler. For even further control one should write a Sleep-And-Run. I used to do [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/php/php-cron-schedule-jobs-to-run-by-the-second-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php smtp email direct to mail box delivery</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-smtp-email-direct-to-mail-box-delivery/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-smtp-email-direct-to-mail-box-delivery/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 01:44:13 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[direct mail]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1045</guid>
		<description><![CDATA[For sending status mails, with varying from addresses, for several of our projects at Saturn, we were using the phpmailer which uses our smtp server with authentication. Well our smtp host had a limitation of 250 emails per day. When our requirements grew out of this limit, mails started to pile up. Sure I could [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-smtp-email-direct-to-mail-box-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Optimize all tables; Run using cron</title>
		<link>http://www.php-trivandrum.org/mysql/mysql-optimize-all-tables-run-using-cron/</link>
		<comments>http://www.php-trivandrum.org/mysql/mysql-optimize-all-tables-run-using-cron/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:31:17 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Linux Shell]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1040</guid>
		<description><![CDATA[I was looking for a optimize table script and finally stumbled upon some code which could be salvaged into a shell script. The full code is reproduced here for future reference. #!/bin/bash&#160; #-- I usually add the root username and password to the ~/.my.cnf MYSQL_CMD='/usr/bin/mysql ' &#160; $MYSQL_CMD -e "SELECT concat('OPTIMIZE TABLE ',TABLE_SCHEMA,'.',TABLE_NAME,';') as cmd [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/mysql/mysql-optimize-all-tables-run-using-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Mathematical Captcha &#8211; Reinventing the Wheel</title>
		<link>http://www.php-trivandrum.org/code-snippets/a-mathematical-captcha-reinventing-the-wheel/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/a-mathematical-captcha-reinventing-the-wheel/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 02:13:09 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1029</guid>
		<description><![CDATA[I had seen numeric computational captcha or Mathematical captcha where one has to calculate the answer of an equation with simple arithmetic and supply the result for verification.]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/a-mathematical-captcha-reinventing-the-wheel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Function to format bytes in human readable format</title>
		<link>http://www.php-trivandrum.org/code-snippets/function-to-format-bytes-in-human-readable-format/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/function-to-format-bytes-in-human-readable-format/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 03:40:54 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php tips]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1024</guid>
		<description><![CDATA[I was digging through my old codes to get this, still could not find. Hence when I wrote it, just made a note here such that later it wont be difficult to find atleast for me. function&#160;formatSize($size){&#160;&#160;&#160;&#160;&#160;$units&#160;=&#160;array('&#160;B',&#160;'&#160;KB',&#160;'&#160;MB',&#160;'&#160;GB',&#160;'&#160;TB');&#160;&#160;&#160;&#160;&#160;for&#160;($i&#160;=&#160;0;&#160;$size&#160;&#62;&#160;1024;&#160;$i++)&#160;{&#160;$size&#160;/=&#160;1024;&#160;}&#160;&#160;&#160;&#160;&#160;return&#160;round($size,&#160;2).$units[$i];&#160;} format filesize, php filesize human readable]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/function-to-format-bytes-in-human-readable-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Bash to take incremental backups on MySQL database</title>
		<link>http://www.php-trivandrum.org/general-articles/using-bash-to-take-incremental-backups-on-mysql-database/</link>
		<comments>http://www.php-trivandrum.org/general-articles/using-bash-to-take-incremental-backups-on-mysql-database/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 16:43:22 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=1015</guid>
		<description><![CDATA[The backup plan was to have a full backup of data and structure every Sunday and then difference of the database from last sunday to every other day, rotate the backups every fourth week.]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/general-articles/using-bash-to-take-incremental-backups-on-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatted XML, the php dom way &#8211; Best for debugging</title>
		<link>http://www.php-trivandrum.org/code-snippets/formatted-xml-the-php-dom-way-best-for-debugging/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/formatted-xml-the-php-dom-way-best-for-debugging/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 05:39:36 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php tips]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/code-snippets/formatted-xml-the-php-dom-way-best-for-debugging/</guid>
		<description><![CDATA[Recently in a discussion on linkedin <a href="http://www.linkedin.com/e/vaq/16409486/40870/14053122/view_disc/">PHP webservice - Logging Requests/Responses</a>, Roy de Kleijn had asked "how can I print the XML in XML structure, in stead of a single line of text", which triggered me a thought.]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/formatted-xml-the-php-dom-way-best-for-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

