prepare($sql); $stmt->bind_param('sii', $_POST['replyContent'], $_GET['id'], $_SESSION['userNo']); if(!$stmt->execute()) { echo 'Your reply has not been saved, please try again later.'; } else { echo 'Your reply has been saved, check out the topic.'; } } } include 'footer.php'; ?>