<?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 &#187; php snippets</title>
	<atom:link href="http://www.php-trivandrum.org/tag/php-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-trivandrum.org</link>
	<description>Get addicted to PHP</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:19:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>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 [...]]]></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>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>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>
		<item>
		<title>php MsSQL Backup</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-mssql-backup/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-mssql-backup/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 17:05:24 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MsSQL backup]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=982</guid>
		<description><![CDATA[A php script to dump database as sql from MS SQL
We started porting (provide dual support) one of our application from MySQL to MSSQL, sorry, actually we were trying to run the same code base on either MSSQL or MySQL as the client wishes. And those who knows both, will agree to the level of [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-mssql-backup/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Paged Navigation &#8211; My own way</title>
		<link>http://www.php-trivandrum.org/code-snippets/paged-navigation-my-own-way/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/paged-navigation-my-own-way/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:43:45 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[php pagination code]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php tips]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=914</guid>
		<description><![CDATA[Recently while working for a wordpress plugin, though there are a lot of solutions for this, I could not find the exact thing which I needed, and thought about writing one of my own. Just writing it and using in the current project would be a waste, so thought I would slap it on here. [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/paged-navigation-my-own-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance of event logging in server side scripting</title>
		<link>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/</link>
		<comments>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:33:59 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php command line]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php wrapper]]></category>
		<category><![CDATA[script logging]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=903</guid>
		<description><![CDATA[Now a days script driven web applications are getting more and more complicated with background operations and triggered events. Debugging or event tracking is tough once the application is moved into production. Fresh and aspiring programmers are always too cautious to wade into deeper waters, and always go with line by line testing. Almost always [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/tips/importance-of-event-logging-in-server-side-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoke shell from MySQL trigger</title>
		<link>http://www.php-trivandrum.org/code-snippets/invoke-shell-from-mysql-trigger/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/invoke-shell-from-mysql-trigger/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:47:04 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql trigger shell]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=479</guid>
		<description><![CDATA[No I am not insane, and after a long days search over the wide Internet, even google admitted defeat, there seemed to be no way to do this. Finally I had already dropped the idea or even let off the thing altogether. But recently for another project I needed to check in for an entirely [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/invoke-shell-from-mysql-trigger/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>function getIpBehindProxy</title>
		<link>http://www.php-trivandrum.org/code-snippets/function-getipbehindproxy/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/function-getipbehindproxy/#comments</comments>
		<pubDate>Tue, 19 May 2009 01:25:03 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=321</guid>
		<description><![CDATA[We were worried, about all the comments on kerala online, being marked as spam by the akismet plugin. When on detailed examination, we found that the basic problem was that wordpress was logging only the immediate downsteam ip as the remote address, well ours was a bit confusing setup, but to handle the traffic we [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/function-getipbehindproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress object caching in file system</title>
		<link>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/</link>
		<comments>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/#comments</comments>
		<pubDate>Tue, 12 May 2009 01:07:20 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[speedup php pages]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=260</guid>
		<description><![CDATA[During the past couple of months, since we are maintaining a heavily loaded wordpress implementation, Kerala News Portal for Asianet, distributed across two servers, and having a daily visit of 50K, I was on the hunt for better caching and optimizing techniques. On the move, I happened to read the article by Jeff Starr, written [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Spider using php cli</title>
		<link>http://www.php-trivandrum.org/code-snippets/web-spider-using-php-cli/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/web-spider-using-php-cli/#comments</comments>
		<pubDate>Thu, 07 May 2009 03:47:04 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php5-cli]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=252</guid>
		<description><![CDATA[Purely on academic basis, I had once helped to cook up a web spider, which is used to build site maps. The spider was written in php and uses a couple of reg-exp matches, and finally writes the full sitemap from the start url. The system is assembled using two classes, WebPage and WebSpider. Then [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/web-spider-using-php-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Aggregate; Wordpress plugin</title>
		<link>http://www.php-trivandrum.org/code-snippets/javascript-aggregate-wordpress-plugin/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/javascript-aggregate-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:36:15 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=236</guid>
		<description><![CDATA[Collects all different linked javascripts and replaces with a combined single script, optionally compressed. Based on code originally written by David Holmes, Martin Kliehm, Gaetano Giunta. Uses the PHP adaptation of JSMin, published by Douglas Crockford as jsmin.c, also based on its Java translation by John Reilly.]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/javascript-aggregate-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving contents from one folder to another</title>
		<link>http://www.php-trivandrum.org/code-snippets/moving-contents-from-one-folder-to-another/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/moving-contents-from-one-folder-to-another/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 12:03:25 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[for php 4x]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/10/25/moving-contents-from-one-folder-to-another/</guid>
		<description><![CDATA[We always try to store images in a web path where heavy image linking is needed, and mostly the images will be categorised in some sort of directory tree.. to limit the no of files in a folder.
Once editing, for example, re assinging a set of students from one scientist to another, was needed, and [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/moving-contents-from-one-folder-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php wrapper for zapatec tree widget</title>
		<link>http://www.php-trivandrum.org/code-snippets/php-wrapper-for-zapatec-tree-widget/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/php-wrapper-for-zapatec-tree-widget/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 06:26:15 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php wrapper]]></category>
		<category><![CDATA[Zapatec]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/10/25/php-wrapper-for-zapatec-tree-widget/</guid>
		<description><![CDATA[To quote the zapatec site &#8221;   The Zapatec  DHTML Tree  is an easy, attractive, and versatile way to display  information. You can use the DHTML tree as a menu, a site map, or a way to  display your data. Our DHTML Tree works in many different browsers, but if [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/php-wrapper-for-zapatec-tree-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>/* a timer class */</title>
		<link>http://www.php-trivandrum.org/uncategorized/a-timer-class/</link>
		<comments>http://www.php-trivandrum.org/uncategorized/a-timer-class/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 20:39:49 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php snippets]]></category>
		<category><![CDATA[php tips]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/2006/09/16/a-timer-class/</guid>
		<description><![CDATA[The code: Source File in text
I usually use this to check the generation time for any page. There are critical applications which we are developing and will need less than a milli second generation time.
]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/uncategorized/a-timer-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Caching Class</title>
		<link>http://www.php-trivandrum.org/code-snippets/file-caching-class/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/file-caching-class/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 13:02:12 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cache remote file]]></category>
		<category><![CDATA[file manipulation]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=13</guid>
		<description><![CDATA[Howdy,
This comes useful when you think about getting content from other sites like RSS Feeds, text feeds, currency conversion rates etc.  I tried to make this several times without such an enhancement. Finally the need arose and I have made this a reality.
I will need to find a better code highlighter plugin for wordpress [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/file-caching-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A file proxy class</title>
		<link>http://www.php-trivandrum.org/code-snippets/a-file-proxy-class/</link>
		<comments>http://www.php-trivandrum.org/code-snippets/a-file-proxy-class/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 16:53:57 +0000</pubDate>
		<dc:creator>jijutm</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[file manipulation]]></category>
		<category><![CDATA[file proxy]]></category>
		<category><![CDATA[php snippets]]></category>

		<guid isPermaLink="false">http://www.php-trivandrum.org/?p=8</guid>
		<description><![CDATA[In a recent web project of mine, it was needed to offload some mp3 files to another server as per the hosting providers specifications.   these could not be overidden since the service was free for a specific purpose.  The database was on a different server, and as most of you know, this [...]]]></description>
		<wfw:commentRss>http://www.php-trivandrum.org/code-snippets/a-file-proxy-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

