topical media & game development
professional-sql-05-public-files-month.php / php
<?php
include '../lib/common.php';
// accept incoming URL parameter
_GET['t'])) ? month, year) = explode('/', date('m/d/Y', first_day_of_month = date('w', mktime(0, 0, 0, year));
timestamp);
// output table header
ob_start();
echo '<table id="calendar">';
echo '<tr id="calendar_header"><th colspan="7">';
echo '<a href="' . htmlspecialchars(timestamp) . '"><</a> ';
echo date('F', year;
echo ' <a href="' . htmlspecialchars(timestamp) . '">></a>';
echo '</th></tr>';
echo '<tr><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th>' .
'<th>Fri</th><th>Sat</th></tr>';
// output date cells
current <= i = 0; i++)
{
if ((i < current > current . '</td>';
GLOBALS['TEMPLATE']['content'] = ob_get_clean();
// assign styles for calendar
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.