<?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>Hackzilla.org &#187; PHP</title>
	<atom:link href="http://www.hackzilla.org/archives/category/software/languages/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackzilla.org</link>
	<description>Home of the wacky and crazy projects</description>
	<lastBuildDate>Fri, 04 Mar 2011 23:12: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>PHP: One Instance</title>
		<link>http://www.hackzilla.org/archives/2007/05/15/php-one-instance</link>
		<comments>http://www.hackzilla.org/archives/2007/05/15/php-one-instance#comments</comments>
		<pubDate>Tue, 15 May 2007 22:30:31 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackzilla.org/archives/2007/05/15/php-one-instance/</guid>
		<description><![CDATA[Suppose you have a script in PHP that you only ever want to only ever run one instance of. For example: Maintenance script (repair,optimise) Update script (crawler) Server These types of scripts need only to be launched once, and more could be counter productive or even dangerous. The simplest way to stop multiple instances is [...]]]></description>
		<wfw:commentRss>http://www.hackzilla.org/archives/2007/05/15/php-one-instance/feed</wfw:commentRss>
		<slash:comments>127</slash:comments>
		</item>
		<item>
		<title>Counter Script</title>
		<link>http://www.hackzilla.org/archives/2006/07/14/counter-script</link>
		<comments>http://www.hackzilla.org/archives/2006/07/14/counter-script#comments</comments>
		<pubDate>Fri, 14 Jul 2006 19:49:18 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackzilla.org/archives/2006/07/14/counter-script/</guid>
		<description><![CDATA[Last year, I released a php script called CounterScript. It purpose was to generate extended statistics about the visitors to your site. The script stores all the data about the visitors in a mysql for later analysis. Check it out: http://sourceforge.net/projects/counterscript/]]></description>
		<wfw:commentRss>http://www.hackzilla.org/archives/2006/07/14/counter-script/feed</wfw:commentRss>
		<slash:comments>192</slash:comments>
		</item>
	</channel>
</rss>

