please can anyone help me on how to check the difference(in days) between two dates.
say like checking the day difference between yesterday and today.
thanks in advancePHP Code:function date_diff($date1, $date2){
//i'm stuck here...
//some code please...
return $diff
}





Reply With Quote