![]() Room Reservations |
|||||||||
|
|||||||||
| " . substr($days[$x],0,3) . " | "; } ?>|||||||||
| \n"; } // counter to track the current date $dayCount=1; while ($dayCount <= $totalDays[$currMonth]) { // use this to find out when the 7-day block is complete and display a new row if ($rowCount % 7 == 0) { echo " | |||||||||
| " . $dayCount. " Today"; } else { echo " | " . $dayCount . " ";
}
for ($y=0; $y $location "; $t++; endwhile; //echo "$query_t + $result_t + $number_t"; //--------------- } } echo " | \n";
// increment counters
$dayCount++;
$rowCount++;
}
?>
||||||||
|
For more information on a reservation, click on the appropriate day number |
|||||||||