<?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"
	>
<channel>
	<title>Comments on: Running PHP cron jobs - regular scheduled tasks in PHP</title>
	<atom:link href="http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/</link>
	<description>Keeping webmasters up-to-date on technology.</description>
	<pubDate>Sat, 30 Aug 2008 13:59:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: pauluZ</title>
		<link>http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/#comment-989</link>
		<dc:creator>pauluZ</dc:creator>
		<pubDate>Tue, 20 May 2008 10:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/#comment-989</guid>
		<description>Don't forget to add a parametr -c with the path to php.ini file in the first line inside the php script. Why?
Sometimes the conf file for php isn't loaded and then you have to point to it:
`#!/usr/bin/php -q -c /etc/php.ini’</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to add a parametr -c with the path to php.ini file in the first line inside the php script. Why?<br />
Sometimes the conf file for php isn&#8217;t loaded and then you have to point to it:<br />
`#!/usr/bin/php -q -c /etc/php.ini’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/#comment-922</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 16 May 2008 15:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.developertutorials.com/blog/php/running-php-cron-jobs-regular-scheduled-tasks-in-php-172/#comment-922</guid>
		<description>You can also add '#!/usr/bin/php -q' as the first line inside the php script.
Chmod the php file as executable, then it will be executable like any other script.

0 0 * * * /usr/bin/php /home/username/myscript.php

turns into:

0 0 * * * /home/username/myscript.php</description>
		<content:encoded><![CDATA[<p>You can also add &#8216;#!/usr/bin/php -q&#8217; as the first line inside the php script.<br />
Chmod the php file as executable, then it will be executable like any other script.</p>
<p>0 0 * * * /usr/bin/php /home/username/myscript.php</p>
<p>turns into:</p>
<p>0 0 * * * /home/username/myscript.php</p>
]]></content:encoded>
	</item>
</channel>
</rss>
