<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP Crontab replacements</title>
	<atom:link href="http://planetozh.com/blog/2004/10/php-crontab-replacements/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2004/10/php-crontab-replacements/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Fri, 18 May 2012 15:58:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: scott</title>
		<link>http://planetozh.com/blog/2004/10/php-crontab-replacements/comment-page-1/#comment-34729</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 04 Jan 2007 17:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/10/12/php-crontab-replacements/#comment-34729</guid>
		<description>i had a little &quot;tip of the day&quot; script drawing tis from a mysql table. simply had a table with a value called last_updated; when a user accessed the page it checked if the current date matched the last_updated date. if not, it ran the script for a new tip and changed the date in the table to the current date.</description>
		<content:encoded><![CDATA[<p>i had a little &#8220;tip of the day&#8221; script drawing tis from a mysql table. simply had a table with a value called last_updated; when a user accessed the page it checked if the current date matched the last_updated date. if not, it ran the script for a new tip and changed the date in the table to the current date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnnie Rose, Jr.</title>
		<link>http://planetozh.com/blog/2004/10/php-crontab-replacements/comment-page-1/#comment-26592</link>
		<dc:creator>Johnnie Rose, Jr.</dc:creator>
		<pubDate>Fri, 28 Jul 2006 15:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/10/12/php-crontab-replacements/#comment-26592</guid>
		<description>Another option is to schedule PHP scripts to run specifically when a web page is accessed; Jerrata Backbone does this, and supports invoking multiple scripts when a page is visited.</description>
		<content:encoded><![CDATA[<p>Another option is to schedule PHP scripts to run specifically when a web page is accessed; Jerrata Backbone does this, and supports invoking multiple scripts when a page is visited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar M.</title>
		<link>http://planetozh.com/blog/2004/10/php-crontab-replacements/comment-page-1/#comment-4397</link>
		<dc:creator>Oscar M.</dc:creator>
		<pubDate>Tue, 14 Feb 2006 15:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2004/10/12/php-crontab-replacements/#comment-4397</guid>
		<description>You can also emulate cron pretty simply using caching (such as PEAR Cache) and the date() function.  I wrote about that here:

http://www.oscarm.org/news/phpdevel/502.php</description>
		<content:encoded><![CDATA[<p>You can also emulate cron pretty simply using caching (such as PEAR Cache) and the date() function.  I wrote about that here:</p>
<p><a href="http://www.oscarm.org/news/phpdevel/502.php" rel="nofollow">http://www.oscarm.org/news/phpdevel/502.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

