add php script in cron for scheduled task from php?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-04-19T10:40:51Z
Indexed on
2010/04/19
10:43 UTC
Read the original article
Hit count: 273
is there a way to add a php script (file) in cron for running this script every ten minutes or at a scheduled time?
cause i want the user to be able to schedule when to send newsletter to a lot of emails he choses.
so i have to create a cron job from php to run a php file on that scheduled time.
is this possible if you have a shared web hosting environment (not vps)
© Stack Overflow or respective owner