Can someone confirm this PHP cron job will run once a month on the 1st at 3am?
Posted
by stormist
on Stack Overflow
See other posts from Stack Overflow
or by stormist
Published on 2010-06-07T17:58:12Z
Indexed on
2010/06/07
18:02 UTC
Read the original article
Hit count: 145
0 3 1 * * /var/www/crons/monthly_billing.php 2>&1
Also anyone see any problems with it?
© Stack Overflow or respective owner