Rock Report

Contact the Promotions Department if you want to add an event.

= CURDATE() ORDER BY date"; $rr_result = db_query($rr_query); $prevdate=""; $count=0; while ($row=db_fetch_object($rr_result)) { if ($row->date != $prevdate) { $timestamp=strtotime($row->date); $date=strftime("%A, %b %d, %Y",$timestamp); echo("\n"); $prevdate=$row->date; $count = 1; } if($count == 1) { $color = "class=\"even\""; $count = 0; } else { $color = "class=\"odd\""; $count = 1; } if ($row->id > 0) { $venue="id\">$row->venue"; } else { $venue=$row->venue; } echo ("\n"); } ?>

$date

$row->artist$venue