Re: [PHP] setting up a cron job for a PHP script

2003-06-04 Thread CPT John W. Holmes
-John Holmes... - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Tim Thorburn" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 2:12 PM Subject: RE: [PHP] setting up a cron job for a PHP script [snip] I'

RE: [PHP] setting up a cron job for a PHP script

2003-06-04 Thread Jay Blanchard
[snip] I've setup a simple PHP script that runs through a database table and sends an email to a group of members asking them to verify their information. My new ISP allows me to access the cron tab so we can have this script run at set intervals. However I'm a little new to the whole cron tab c

Re: [PHP] setting up a cron job for a PHP script

2003-06-04 Thread Wendell Brown
On Tue, 03 Jun 2003 12:59:41 -0500, Tim Thorburn wrote: >is it possible to have a PHP script execute on command from a cron >tab? Absolutely! >And if so, could someone proide an example of say having the script >run on the first of every month? It should look something like this. 0 0

[PHP] setting up a cron job for a PHP script

2003-06-04 Thread Tim Thorburn
Hi, I've setup a simple PHP script that runs through a database table and sends an email to a group of members asking them to verify their information. My new ISP allows me to access the cron tab so we can have this script run at set intervals. However I'm a little new to the whole cron tab c