= 1) { $str.= $years.' years '; } if ($weeks >= 1) { $str.= $weeks.' weeks '; } if ($days >= 1) { $str.=$days.' days '; } if ($hrs >= 1) { $str.=$hrs.' hours '; } if ($mins >= 1) { $str.=$mins.' minutes '; } */ //--------------------------------------------------- if($days < 1){ if ($hrs >= 1) { $str.=$hrs.' hours '; } if ($mins >= 1) { $str.=$mins.' minutes '; } }else{ $str = '2'; } return $str; } //----- ------ --------- ------- -------- -------- --------- -------- -------- ------- ------ --- function duration_last($s, $e){ $timestamp = $e - $s; $days=floor($timestamp/(60*60*24));$timestamp%=60*60*24; if ($days >= 1) { $str.=$days.' days '; } return $str; } ?> Wish Bowl - Dashboard
 
HomeUserDashboard

Dashboard

Please submit your first goal or wish into the wishbowl.
Wish Title Target Date Action
Expiring today Expired
Today's Task
To Do Task
'$time_next' AND `done` = '0' ORDER BY `start_date` ASC LIMIT 0,15"; $temp_todo = mysql_query($quary_todo); while($row_todo = mysql_fetch_array($temp_todo)) { $wid = $row_todo['wish_id']; $to_do_id = $row_todo['to_do_id']; $to_do_title = $row_todo['to_do_title']; $to_do_description = $row_todo['to_do_description']; $start_date = $row_todo['start_date']; ?>