From e212f3709f92d90f50565b3d30cc35c2e13972bd Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 27 Feb 2017 21:37:06 +0100 Subject: [PATCH] show demand titles as links to show_demand.php --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 3d977d3..7ce5dae 100644 --- a/functions.php +++ b/functions.php @@ -102,10 +102,10 @@ function get_demand_titles () $result = mysqli_query($con, $sql); while ($row = $result->fetch_assoc()) { echo "

"; - echo "" . $row['demandTitle'] . "" . "
"; + echo "" . $row['demandTitle'] . + "" . "
"; echo $row['date'] . "
"; - echo "

-