| University | School | City | State |
|---|---|---|---|
| = htmlspecialchars($row['name']) ?> | = htmlspecialchars($row['schoolname'] ?? '') ?> | = htmlspecialchars($row['city'] ?? '') ?> | = htmlspecialchars($row['state'] ?? '') ?> |
Browse By Degree Type:
' . htmlspecialchars($row['degreetype']) . '';
}
echo implode(' | ', $degreeTypeLinks);
?>
Browse By Major: ' . htmlspecialchars($row['degreename']) . ''; } echo implode(' | ', $degreeNameLinks); ?>