I am trying to make a file run every monday night at 4am.
I have the following code
It doesn't work.PHP Code:04**1 /usr/bin/lynx -source /home/habbocou/www/Panel/test.php
What is wrong.
I've Tryied google and got nowhere
Printable View
I am trying to make a file run every monday night at 4am.
I have the following code
It doesn't work.PHP Code:04**1 /usr/bin/lynx -source /home/habbocou/www/Panel/test.php
What is wrong.
I've Tryied google and got nowhere
Sorry For double post but i need this quite soon.
Any Helpful Information/help Given will get +rep
Just Make It Grab The time Off The Net And Then check With your PHP Script Time (Constant). At 04.00 it will run. i dont know about the monday bit maybe do it x7 >?
The script is fine.
I just want it to run which it won't
0 4 * * * * php -q /home/username/public_html/path/to/file.php
does for me :)
How do you know it doesn't work. You replied like 2 mins later. The cron job is set to run at 4am :p