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