diff --git a/insertion.php b/insertion.php index 2909aef..d2913cd 100644 --- a/insertion.php +++ b/insertion.php @@ -1,7 +1,7 @@ real_escape_string($_GET["message"]) . "\");"); + query("INSERT INTO `for_stallman`(`text`, `selected`) VALUES (\"" . $conn->real_escape_string($_GET["message"]) . "\", false);"); header("Location: /insertion.php"); die(); }