Calendar of Shows,
Exhibitions and Events
The following is a list of interesting shows, exhibitions and
events that we think you'd like to know about. Most of these listings
are events that we will be attending so you can come by and meet
us and see our work in person. If you know of an interesting event
that you think should be listed here, drop us an email and let us
know what is going on.
NOW()
ORDER BY start_date";
$events = mysql_query($query);
$oldmonth = "";
while ($event = mysql_fetch_object($events)):
$month = $event->month;
if ($oldmonth!=$month){
echo "\n\n $month $event->year\n\n";
$oldmonth=$month;
}
?>
title;?>
start";
if ($event->end_date != $event->start_date){
if ($event->end != $event->start){ echo " through $event->end";};
}?>
location;?>
description !="") { echo "$event->description ";};?>
url !="") { echo "url\">$event->url ";};?>
last updated: moddate;?>
|