guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
I have a PHP script that runs through my database, and as it does it's work, it does a log (to a txt file) of it's progress.
When i cron job it (it runs 30 16 * * * blabla blabla.php, supposed to be 16:30 every day), it appears that eventually it starts spitting out duplicate lines in the log file.
Why is that? From what I understand it's not running the same script twice, only once in the cron job. and the duplicate entries don't make sense since everything is processed correctly (from what I can see)
Any ideas?
When i cron job it (it runs 30 16 * * * blabla blabla.php, supposed to be 16:30 every day), it appears that eventually it starts spitting out duplicate lines in the log file.
Why is that? From what I understand it's not running the same script twice, only once in the cron job. and the duplicate entries don't make sense since everything is processed correctly (from what I can see)
Any ideas?