Help for this page

Select Code to Download


  1. or download this
    $total_hours += int($total_minutes / 60);
    $total_minutes = $total_minutes % 60;