From 0d8992a2762d6a2b983d9aa1c2944d6cebef7371 Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 2 Oct 2020 12:46:32 +0200 Subject: Starting direct work... Made SQL notes. --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 47b4069..938534c 100644 --- a/index.php +++ b/index.php @@ -36,11 +36,11 @@ session_start(); echo '
'; echo "\n"; - echo ""; + echo ""; echo ""; echo ""; echo ""; - echo "\n"; + echo "\n"; foreach($db->query("SELECT * FROM $table where approved=true") as $row) { echo ""; @@ -50,7 +50,7 @@ session_start(); echo "\n"; } - echo "
ImePrezimeGodine
\n
\n"; + echo "\n\n"; } catch (PDOException $e) { echo "

Error!: " . $e->getMessage() . "

"; die(); -- cgit v1.2.3