"; echo $row['Authors']; echo " "; echo $row['Title']; echo " "; echo $row['Location']; echo " "; if($row['Link'] != "") echo sprintf("%s", $row['Link'], $row['Link']); echo "

"; } mysql_close($conn); } ?>