how to run a php code daily automatically?
Moderator: General Moderators
how to run a php code daily automatically?
Hi
I need to run a php code daily. How can I run this php code daily as the date changed automatically?
Thanks in advance
I need to run a php code daily. How can I run this php code daily as the date changed automatically?
Thanks in advance
Re: how to run a php code daily automatically?
But I heard cron for linux only? I need on windows.
Re: how to run a php code daily automatically?
windows->task scheduler would i think be what cron is to unix.yogi1982 wrote:But I heard cron for linux only? I need on windows.
Re: how to run a php code daily automatically?
php_east wrote:windows->task scheduler would i think be what cron is to unix.yogi1982 wrote:But I heard cron for linux only? I need on windows.
Will it also work when the system is shut down?
Re: how to run a php code daily automatically?
The server needs to run of course.
Re: how to run a php code daily automatically?
Are you serious?yogi1982 wrote:php_east wrote:windows->task scheduler would i think be what cron is to unix.yogi1982 wrote:But I heard cron for linux only? I need on windows.
Will it also work when the system is shut down?
Re: how to run a php code daily automatically?
of course I am serious. the server will run always.
Actually I read about phplist and that will work even when your system is shut down. That's why I was asking same for task scheduler.
Actually I read about phplist and that will work even when your system is shut down. That's why I was asking same for task scheduler.
Re: how to run a php code daily automatically?
Well, I'm just saying, if the server isn't running, nothing is going to run, much less scheduled jobs.