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