From 5e9bcd0d93491327a0aaa86a8ba736a44fa04341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 10 Jun 2023 09:17:05 +0200 Subject: [PATCH] use querystring --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 1de18d7..73cf938 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ prepare("SELECT `LinkID`, `ContentID`, `Nickname` FROM `Links` WHERE `LinkID` = ?"); $stmt1->bind_param("s", $idcko); $stmt1->bind_result($linkid, $contentid, $nickname);