i want to execute my php script everyday at 12:00:00 midnight using cron job.
here is my command
0 0 * * * /home/myusername/public_html/cron.php
is this correct?
if this format not work what is the correct command?
thanks in advance!!
best regards
vhadz
here is my command
0 0 * * * /home/myusername/public_html/cron.php
is this correct?
if this format not work what is the correct command?
thanks in advance!!
best regards
vhadz
Last edited: