'" . time() . "' ORDER BY notice_date_start DESC LIMIT 10"); } else { $myQ = mysql_query("SELECT * from notices WHERE notice_date_end > '" . time() . "' ORDER BY notice_date_start DESC LIMIT 10"); } if(@mysql_num_rows($myQ) > 0) { ?>
  Subject Service Committee ETA
" width="20px">  "> $row["notice_date_start"] && time() < $row["notice_date_end"]) { // already started? print "In progress. End " . date("d/n/Y g:i:s A", $row["notice_date_end"]); } else { print date("d/n/Y g:i:s A", $row["notice_date_start"]); } ?>
Notice -
Start
End
Impact ">
Committee
Service
Details ", $row["notice_detail"]);?>