The Capitol Reef Region offers a wide range of dining options. Click on the town or the below to see available restaurant services.
500 Internal Server Error
Internal Server Error
Mismatch between target UID (33) and UID (6615) of file "/home/users/c/capreef/public_html/dining.php"
suPHP 0.8.0-pre
include("datainfo.php");
$theCat = "Restaurants";
echo"
";
echo "
$theCat sorted by community
";
$Cquery = "SELECT DISTINCT tbl_categorysub.subCatName,tbl_categorysub.ID FROM tbl_categorysub,mdl_mrebusinesslist,tbl_category WHERE tbl_categorysub.ID = mdl_mrebusinesslist.recordSubCatID AND mdl_mrebusinesslist.recordCategoryID = tbl_category.ID AND tbl_category.categoryModuleID = '26' AND tbl_category.categorySection = '$theCat' ORDER BY tbl_category.categorySortOrder";
$Cresult = mysql_query($Cquery);
$count = 0;
while($Crow = mysql_fetch_array($Cresult))
{
echo "
";
echo"
";
$query = "SELECT mdl_mrebusinesslist.* FROM mdl_mrebusinesslist,tbl_category WHERE mdl_mrebusinesslist.recordSubCatID = '$Crow[ID]' AND mdl_mrebusinesslist.recordCategoryID = tbl_category.ID AND tbl_category.categorySection = '$theCat' and mdl_mrebusinesslist.recordShow = 1 ORDER BY mdl_mrebusinesslist.recordName";
$result = mysql_query($query);
$rowcount = mysql_num_rows($result);
if($rowcount > 0)
{
while($row = mysql_fetch_array($result))
{
include("queryformat.php");
}
}
echo"
";
$count++;
}
echo"
";
?>