for some reason my cron jobs wont work, Im running a php time based strategy and it requires a php file to be ran but for some reason its not working, I tried just executing the script turns.php every 1 minutes to see if it would work, but it doesnt, i can do it manually but that is not as fun... I dont know how to work cron jobs so if someone can tell me how to execute a php file with a crontab job I would greatly appreciate it
EDIT: my cronjob is
its set to run every 3 minutes but it does not...
EDIT: my cronjob is
Code:
/usr/bin/php /home/hlmaster/public_html/prosance/turns.php
Last edited: