' . $header . ''; // Output table header cells } ?>
'; echo '
' . $month[$i] . '
'; // Output the month as a regular cell for ($j = 0; $j < count($headerData); $j++) { echo '
'; } echo ''; } ?>