automatic email generate #cron job
Edit
by Mohd. Anish - 8 years ago (2017-01-29)
the email generated automatically on date of birth
| when date of birth of student came the automatic message of happy birthday should bi send on email of student automatically |
Ask clarification
1 Recommendation
PHP Cron Daemon: Database driven PHP job scheduler like cron
This package can be used to schedule the execution of task like the cron program.
First it starts a daemon process using Luca Mariano's PHP fork class to make the cron daemon script run like a standalone program.
It can parse a crontab file with Mick Sear's cron parser class and extract the job scheduling definitions into a MySQL database table.
When it is time to run a scheduled job, it executes the job command in the crontab definition as PHP code as a separate process.
The output of the job PHP code is also stored in a database table.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-06-20) Comment
this class can handle the cronjob you need... |