Posted by Ivan Marsh on 10/06/10 12:00
On Wed, 16 Jan 2008 08:27:42 -0600, NN wrote:
> I need to send an email automatically every week to the users in a
> database that meet a certain criteria. the way i implemented this, so
> far, is that when the admin logs into the index.php, the email is sent
> if it wasn't sent that week already .
> the problem i'm facing is that if the admin doesn't login for a whole
> week this email doesn't get sent.
>
> is there a way to execute this index.php automatically every week?
>
> BTW my server supports both php4 and php5 and runs linux.
man cron
--
I told you this was going to happen.
[Back to original message]
|