kbjradmin
New Member
- Messages
- 512
- Reaction score
- 2
- Points
- 0
i guess this sort of goes in programming help, if not, please just move it.
i am trying to set up a php script to run automatically each day using cron, but i can't seem to get it to work. i have it running the command:
with the time settings:
i don't use cron very often, so it's probably just something small and stupid, but i can't figure out what's wrong with it.
please help, and thanks in advance
i am trying to set up a php script to run automatically each day using cron, but i can't seem to get it to work. i have it running the command:
Code:
cd /home/kbjr/cron && /usr/bin/php -q cleanPackages.php
Code:
3 0 * * *
please help, and thanks in advance