cron jobs....

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ok i need to set a cron job to do this


$turnsper = 5; // X turns
$perminutes = 15; // per Y minutes
$turnoffset = 0; // in case we don't run exactly 0 minutes after the hour
// Note: perminutes must divide evenly into 60




to increase turns by 5 every 15 min....i can make it a lil longer in between but it cant be 2 long....
 

flapietoetoe

New Member
Messages
226
Reaction score
0
Points
0
Well, make a php file that does that and make a cron job to run the php file every 5 mins... Its not that hard
 
Top