From fe31176a1ec38c04140feaac488d772a04ba3476 Mon Sep 17 00:00:00 2001 From: Marc Kemper Date: Fri, 28 Apr 2017 21:23:29 +0000 Subject: [PATCH] insert.php edited online with Bitbucket --- insert.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/insert.php b/insert.php index f77afcf..2a42bbf 100644 --- a/insert.php +++ b/insert.php @@ -1,11 +1,11 @@ connect_error){ die("Verbindung fehlgeschlagen: " . $conn->connect_error); } @@ -19,7 +19,7 @@ if($_POST['url'] == ''){ $url = $_POST['url']; $author = $_SESSION['user']; - $sql = "INSERT INTO cheaterliste (url, author) VALUES('".$url."', '".$author."')"; + $sql = "INSERT INTO cheaterlist (url, author) VALUES('".$url."', '".$author."')"; $conn->query($sql); ?>