Hi all
I am setting up crontab for a php file to run once every day.
I set up the command in the txt file cronjobs like this
crontab cronjobs
the content of the cronjobs is
0 0 * /path to file
but it still gives the error that the file could not be found, though the file there in the directory. An I doing something wrong.
Please help
Thanks
IM