[Help] How to create a cron job?
Posted: Wed Nov 15, 2006 9:27 am
I wanna update a sql statement every hours for the members storing in database, how do I accomplish that using cron jobs? I'm using Cpanel.
It has standard and Advanced (*nix style) to choose from. Which one is suitable for my task?
When I click on the standard one, it shows one field for "command to run" and few dropdown lists(hours, minutes, days, weekdays, months )
What should I type in the "Command To Run" field?
Assuming the sql statment
Thanks in advance for the help.
It has standard and Advanced (*nix style) to choose from. Which one is suitable for my task?
When I click on the standard one, it shows one field for "command to run" and few dropdown lists(hours, minutes, days, weekdays, months )
What should I type in the "Command To Run" field?
Assuming the sql statment
Code: Select all
Select *
Where Point < =100;Thanks in advance for the help.