fetch_assoc()) { $projects .= "" . $row['name'] . ""; } //Find all tags $query = "SELECT `id`, `name` FROM `tag` ORDER BY `name` ASC"; $result = ExecQuery($query); $tags = ""; while($row = $result->fetch_assoc()) { $tags .= "" . $row['name'] . ""; } ?>