prepare("SELECT * FROM products WHERE slug = ?"); $stmt->execute([$slug]); $product = $stmt->fetch(); if (!$product) { header("Location: /"); exit; } $pageTitle = $product['name']; include 'header.php'; ?>
$ $
Have questions about how this product can help? Our team is here to support you.