<?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>HTNet &#187; PHP</title>
	<atom:link href="http://www.heritage-tech.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heritage-tech.net</link>
	<description>A Notepad of Tech, Business, Science and Self Improvement</description>
	<lastBuildDate>Tue, 11 Oct 2011 01:30:40 +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>Improper 404 Error Handling Fix For WordPress 2.5</title>
		<link>http://www.heritage-tech.net/797/improper-404-error-handling-fix-for-wordpress-25/</link>
		<comments>http://www.heritage-tech.net/797/improper-404-error-handling-fix-for-wordpress-25/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 09:45:57 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/?p=797</guid>
		<description><![CDATA[I&#8217;ve upgraded several of my blogs to WordPress 2.5. However, I noticed that two of them didn&#8217;t handle 404 (Page Not Found) errors properly after the upgrade. Every invalid URL gets redirected to the index page; worse still, they returned a 200 server response code which tells the browser that the URL is valid! Another [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/797/improper-404-error-handling-fix-for-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Yahoo! Pipes Now Supports Serialized PHP Output</title>
		<link>http://www.heritage-tech.net/794/yahoo-pipes-now-supports-serialized-php-output/</link>
		<comments>http://www.heritage-tech.net/794/yahoo-pipes-now-supports-serialized-php-output/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:06:34 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Internet]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/?p=794</guid>
		<description><![CDATA[Yahoo! Pipes is an interactive feed aggregator and manipulation tool. It can combine, filter and sort multiple feed data and spit out a single customized feed that you can use for yourself or share with others. Before today, JSON has been the only way for you to obtain the output data of a Pipe. Now, [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/794/yahoo-pipes-now-supports-serialized-php-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nonsensical Software Licensing</title>
		<link>http://www.heritage-tech.net/784/nonsensical-software-licensing/</link>
		<comments>http://www.heritage-tech.net/784/nonsensical-software-licensing/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 16:11:21 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/784/nonsensical-software-licensing/</guid>
		<description><![CDATA[I&#8217;ve seen some PHP scripts that are distributed for free but with an illogical license. Let me show you of a sample license that in my opinion, makes absolutely no sense: XXX is free software. This License grants you to use this software free of charge for as long as you wish. You may not [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/784/nonsensical-software-licensing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My PHP Cache System Hunt</title>
		<link>http://www.heritage-tech.net/777/my-php-cache-system-hunt/</link>
		<comments>http://www.heritage-tech.net/777/my-php-cache-system-hunt/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 05:31:26 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/777/my-php-cache-system-hunt/</guid>
		<description><![CDATA[I&#8217;ve been hunting for a nice PHP caching system to be implemented on my server. I&#8217;ve looked at APC and eAccelerator. Both looks like a mature and feasible caching system for PHP. I then compiled and installed them (one at a time of course) on the server and I was very surprised by the results! [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/777/my-php-cache-system-hunt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Get Your Feedburner Subscriber Count Using PHP</title>
		<link>http://www.heritage-tech.net/652/how-to-get-your-feedburner-subscriber-count-using-php/</link>
		<comments>http://www.heritage-tech.net/652/how-to-get-your-feedburner-subscriber-count-using-php/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 07:59:03 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/652/how-to-get-your-feedburner-subscriber-count-using-php/</guid>
		<description><![CDATA[Feedburner is an awesome service for web sites that publishes RSS feeds. One area it&#8217;s particularly good at is at collecting and presenting statistics about your feeds. If you use Feedburner, you probably have the Feedburner chicklet displaying the number of subscribers to your feed. It looks something like this: Have you ever wanted to [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/652/how-to-get-your-feedburner-subscriber-count-using-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting Started With PHP</title>
		<link>http://www.heritage-tech.net/605/getting-started-with-php/</link>
		<comments>http://www.heritage-tech.net/605/getting-started-with-php/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 14:36:08 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/605/getting-started-with-php/</guid>
		<description><![CDATA[If I could only provide one link to the most useful PHP resource, then it will be PHP 101: PHP For the Absolute Beginner. PHP 101 is by far the best one-stop resource not only for absolute beginners, as the name implies, but also for novices and veterans of other programming languages who&#8217;re picking up [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/605/getting-started-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP4 Support Ends In 2007: More XOOPS Woes For Me</title>
		<link>http://www.heritage-tech.net/546/php4-support-ends-in-2007-more-xoops-woes-for-me/</link>
		<comments>http://www.heritage-tech.net/546/php4-support-ends-in-2007-more-xoops-woes-for-me/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 09:43:14 +0000</pubDate>
		<dc:creator>Azmeen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.heritage-tech.net/546/php4-support-ends-in-2007-more-xoops-woes-for-me/</guid>
		<description><![CDATA[Believe it or not, PHP4 has been around since 22 May 2000. Over seven years of providing web developers with a robust development language. However, 2007 is the final year that PHP4 will be supported. Personally, I have no qualms about this. PHP5 is stable enough (at least I think it is) and has already [...]]]></description>
		<wfw:commentRss>http://www.heritage-tech.net/546/php4-support-ends-in-2007-more-xoops-woes-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

