The Capitol Reef Region offers some fun and unique shops and galleries, along with stores that provide all of the basic supplies for an enjoyable vacation experience. Click on the community links below to view a list of shopping options.
500 Internal Server Error
Internal Server Error
Mismatch between target UID (33) and UID (6615) of file "/home/users/c/capreef/public_html/shopping.php"
suPHP 0.8.0-pre
include("datainfo.php");
$theCat = "Shopping";
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"
";
?>