I am a little confused with the time intervals with cron. I know how to use cron to run a php script every hour or every minute. How do I use it to run the script once, say every Saturday at 12:01 am
- /php/path /script/path >/dev/null
I am not sure what to put in the asterisks fields above
Thanks for any help at all!🙂