How to run a PHP script as Cron job from SSH (Linux shell)

We have 0 comments on this post.

You can run a PHP script on cron by setting up a crontab For this, first login to your shell using an SSH client such as PuTTY. And on the command line, type the following command (here # means the shell prompt): # crontab -e That will put you in the Vi editor editing your [...]

Tags: , , ,

bottombar