' . $row[0] . '/' . $row[1] . ' archives'; print '
'; } $strLastDate = ''; while($row = mysql_fetch_array($result)) { if ($strLastDate != date('m/d/Y', strtotime($row['WORK_DATE']))) print '
' . date('m/d/Y', strtotime($row['WORK_DATE'])) . '
' . "\r\n"; $strLastDate = date('m/d/Y', strtotime($row['WORK_DATE'])); ?>
»
  01/01/1970 01:00:00
Back to Listing'; require('inc_footer.php'); ?>