Clickable subjects.

This commit is contained in:
2023-08-07 21:30:16 -05:00
parent add38d2a35
commit b5b5241c6f
3 changed files with 36 additions and 6 deletions

View File

@ -251,7 +251,8 @@ while ($row = $series->fetchArray()) {
echo '<strong>Subjects: </strong>';
while ($row = $tags->fetchArray()) {
$row_tags = $row['name'];
echo '['.$row_tags.'] ';
//echo '['.$row_tags.'] ';
echo '[<a href="results.php?su='.$row_tags.'">'.$row_tags.'</a>]';
}
echo '<br/ ><strong>Identifiers: </strong><br />';
while ($row = $identifiers->fetchArray()) {