| ' . lang('general_word_year') . ' | '; foreach ($result as $master) { echo '' . $master->Year . ' | '; } echo '
|---|---|
| ' . lang('general_word_days') . ' | '; foreach ($result as $master) { echo '' . $master->Days . ' | '; } echo '
| ' . lang('statistics_dwq_streak_continuous_days') . ' | '; echo '' . lang('general_word_startdate') . ' | '; echo '' . lang('general_word_enddate') . ' | '; echo '
|---|---|---|
| ' . $streak['highstreak'] . ' | '; $beginstreak_newdate = strtotime($streak['beginstreak']); echo '' . date($custom_date_format, $beginstreak_newdate) . ' | '; $endstreak_newdate = strtotime($streak['endstreak']); echo '' . date($custom_date_format, $endstreak_newdate) . ' | '; echo '
| ' . lang('statistics_dwq_current_streak_continuous_days') . ' | '; echo '' . lang('general_word_startdate') . ' | '; echo '' . lang('general_word_enddate') . ' | '; echo '
|---|---|---|
| ' . $currentstreak['highstreak'] . ' | '; $beginstreak_newdate = strtotime($currentstreak['beginstreak']); echo '' . date($custom_date_format, $beginstreak_newdate) . ' | '; $endstreak_newdate = strtotime($currentstreak['endstreak']); echo '' . date($custom_date_format, $endstreak_newdate) . ' | '; echo '
| ' . lang('statistics_dwq_current_streak_continuous_days') . ' | '; echo '' . lang('general_word_startdate') . ' | '; echo '' . lang('general_word_enddate') . ' | '; echo '
|---|---|---|
| ' . $almostcurrentstreak['highstreak'] . ' | '; $beginstreak_newdate = strtotime($almostcurrentstreak['beginstreak']); echo '' . date($custom_date_format, $beginstreak_newdate) . ' | '; $endstreak_newdate = strtotime($almostcurrentstreak['endstreak']); echo '' . date($custom_date_format, $endstreak_newdate) . ' | '; echo '