prepare($sql); $stmt->bindParam(':id', $video_id, PDO::PARAM_INT); $stmt->execute(); } catch (PDOException $e) { die("Database error: " . $e->getMessage()); } } header("Location: admin.php"); exit; ?>