Check out here - http://www.htmlcenter.com/tutorials/tutorials.cfm/155/php/
and here -
http://www.phpfreaks.com/tutorials/28/0.php
and if you want to read about my learning with cron try here -
http://www.khankennels.com/blog/index.php?p=103
Hope it all helps.
Respectfully,
Ligaya Turmelle
Russell
On Sun, 2005-01-16 at 17:00, Russell P Jones wrote:
> I have written a simple script that when a date in an array matches todays
> date, it sends an email (notifies me when bills are due). Any ideas on how
> to make this run once a day? Can you do a cron job on a PHP prog?
>
> Russ Jones
Never t
> I have written a simple script that when a date in an array matches todays
> date, it sends an email (notifies me when bills are due). Any ideas on how
> to make this run once a day? Can you do a cron job on a PHP prog?
It can, and run basically like any other shell script.
The first line need
Russel,
Yes you can run a cron job on php
You may have to add a line like this at the top, it has been awhile since I
have done it]
#! /usr/local/php/sapi/cli/php
this line would be different for your system
-Randy
- Original Message -
From: "Russell P Jones" <[EMAIL PROTECTED]>
To:
Sen
4 matches
Mail list logo