Hye alls..
this is my code that cronjob will do..
$query = "UPDATE program SET status_penilaian = 1 WHERE tarikh_buka = CURDATE()";
$hasil = mysql_query($query);
question is.. how to setting to cronjob this php file in task schedule?
i’m using PHP Version 5.2.8
Did you do your own research?
You can do this straight in MySQL by creating an event
OR
Use PyCron, there has been some good success using this in Windows
OR
The first listing in google came up with this:
http://lists.mysql.com/eventum-users/1342