|
Event
|
Date
|
City
|
State
|
select * from event
Where
caldate >= '#todaydate#' and caldate <= '#untildate#' and
lstate = '#getstate.statelong#'
eventid >= 0
eventid >= 0
order by #url.sort#, caldate
order by caldate
select * from event
where
lstate = '#getstate.statelong#' and
caldate >= '#todaydate#' and caldate <= '#untildate#' and
eventid >= 0
order by #url.sort#, caldate
order by caldate
select event.*, subevent.* from event, subevent
Where event.eventid = subevent.eventid and
event.lstate = '#getstate.statelong#' and
event.caldate >= '#todaydate#' and event.caldate <= '#untildate#' and
subevent.racetype = '#form.type#' and
event.eventid >= 0
order by #url.sort#, caldate
order by caldate
|
select monthname from months
where monthnumber = '#monthcur#'
#getm.monthname#
|
|
select monthname from months
where monthnumber = '#monthcur#'
#getm.monthname#
|
|
#gete.Eventname#
|
#gete.displaydate#
|
#gete.lcity#
|
#gete.lstate#
|
|
#gete.Eventname#
|
#gete.displaydate#
|
#gete.lcity#
|
#gete.lstate#
|
|
Sorry there are currently no events scheduled in this area.
|
|