Click here for PDA or Mobile Phone version
Click here for upto the
minute class information
.. <%SET ResultData = Connect.Execute("Select * FROM Activities WHERE DateFrom = #" & Date & "# ORDER BY DateFrom, DateTo") BuildText = "News and WHATS ON TODAY - Welcome to the new website for Norton Heath Equestrian Centre ........... Todays events - " if ResultData.EOF Then %> <%Else%> <%Do While ResultData.EOF = False BuildText = BuildText & ResultData("Details")%> <%ResultData.MoveNext Loop%> .. .. .. .. .. .. .. .. .. .. .. ..