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
include("datainfo.php");
$themonth=date("F");
$Subquery = "SELECT *, DATE_format(b_date, '%b %e, %Y') as thebmonth, DATE_format(e_date, '%b %e, %Y') as theemonth FROM event_date WHERE b_date > 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"$Subrow[thebmonth]";
echo" | ";
echo"$row[recordName] |
";
echo" $Subrow[theemonth] | ";
if($row[recordTime] != "" || $row[recordLocation] != "")
{
echo"Time/Location: $row[recordTime] - $row[recordLocation]";
}
echo" |
";
if($row[recordDescrip] != "")
{
echo" | $row[recordDescrip] |
";
}
if($row[recordURL] != "")
{
echo" | $row[recordURL] |
";
}
echo" |
";
}
echo"
";
}
}
?>