Locations

"> Archived

"> Primary"; } else { $location_primary_display = ""; } // Tags $location_tag_name_display_array = array(); $location_tag_id_array = array(); $sql_location_tags = mysqli_query($mysqli, "SELECT * FROM location_tags LEFT JOIN tags ON location_tags.tag_id = tags.tag_id WHERE location_tags.location_id = $location_id ORDER BY tag_name ASC"); while ($row = mysqli_fetch_array($sql_location_tags)) { $location_tag_id = intval($row['tag_id']); $location_tag_name = nullable_htmlentities($row['tag_name']); $location_tag_color = nullable_htmlentities($row['tag_color']); if (empty($location_tag_color)) { $location_tag_color = "dark"; } $location_tag_icon = nullable_htmlentities($row['tag_icon']); if (empty($location_tag_icon)) { $location_tag_icon = "tag"; } $location_tag_id_array[] = $location_tag_id; $location_tag_name_display_array[] = "$location_tag_name"; } $location_tags_display = implode('', $location_tag_name_display_array); ?>
Name Address Phone Hours Action
>
" target="_blank">