<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030122" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030122</link>
    <description></description>
    <language>en</language>
          <item>
    <title>date function</title>
    <link>https://www.webmaster-forums.net/web-database-development/seeking-alternatives-crone-jobs#comment-1176634</link>
    <description> &lt;p&gt;in the above example you will also want to consider amending a value in a database or a file so it only runs once.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Aug 2005 14:47:27 +0000</pubDate>
 <dc:creator>mayo0</dc:creator>
 <guid isPermaLink="false">comment 1176634 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>using date function</title>
    <link>https://www.webmaster-forums.net/web-database-development/seeking-alternatives-crone-jobs#comment-1176624</link>
    <description> &lt;p&gt;I had a similar problem where my web host did not give me much choice of when I could run a Cron job.&lt;br /&gt;
The way I got around it was to use the date function to run a script at certain hours e.g see below&lt;/p&gt;
&lt;p&gt;$cronTime = date(&quot;H&quot;); // lets say the hour is 8&lt;/p&gt;
&lt;p&gt;if ($cronTime == &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/nerdy.png&quot; title=&quot;Cool&quot; alt=&quot;Cool&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
{&lt;br /&gt;
// run a script&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;this is only going to help you if you receive traffic every hour though or you could change the code to suit your needs or traffic.&lt;/p&gt;
&lt;p&gt;Thanks Kirk&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Aug 2005 09:24:16 +0000</pubDate>
 <dc:creator>mayo0</dc:creator>
 <guid isPermaLink="false">comment 1176624 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
