title; $explain = $row -> explain; } if (isset ($_GET['id'])) { if (($_GET['evaluate'] ?? '') === 'good') { \Dao\Response :: like ((int) $_GET['id']); header ("Location: ./?thread=$thread&sort=$sort"); } if (($_GET['evaluate'] ?? '') === 'bad') { \Dao\Response :: dislike ((int) $_GET['id']); header ("Location: ./?thread=$thread&sort=$sort"); } } require_once './forms/index.frm.php';