prepare("DELETE FROM restaurants WHERE id = :id"); $stmt->execute(['id' => $delete_id]); header('Location: admin_portal.php'); exit; } // Fetch Restaurants for Display $restaurants = $pdo->query("SELECT * FROM restaurants")->fetchAll(); ?> Admin Portal

Manage Restaurants

Name Menu Link Cost Category Food Type Subcategory Actions
View Menu N/A Edit | Delete