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); ?>