Events
Entertainment and Events
The Capitol Reef Region hosts many enjoyable events throughout the year. View upcoming events in the list below.

500 Internal Server Error

Internal Server Error

Mismatch between target UID (33) and UID (6615) of file "/home/users/c/capreef/public_html/events.php"


suPHP 0.8.0-pre
NOW() ORDER BY b_date"; $Subresult = mysql_query($Subquery); if($Subresult) { while($Subrow = mysql_fetch_array($Subresult)) { echo""; $query = "SELECT * FROM mdl_mrecalendar WHERE ID = '$Subrow[event_id]' and recordShow = 1"; $result = mysql_query($query); while($row = mysql_fetch_array($result)) { echo""; echo""; echo""; echo""; if($row[recordDescrip] != "") { echo""; } if($row[recordURL] != "") { echo""; } echo""; } echo"
$Subrow[thebmonth]"; echo"$row[recordName]
 $Subrow[theemonth]"; if($row[recordTime] != "" || $row[recordLocation] != "") { echo"Time/Location: $row[recordTime] - $row[recordLocation]"; } echo"
$row[recordDescrip]
$row[recordURL]
"; } } ?>