Clickable subjects.
This commit is contained in:
@ -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()) {
|
||||
|
Reference in New Issue
Block a user