diff --git a/productpage.php b/productpage.php index 7153ee7..3560259 100644 --- a/productpage.php +++ b/productpage.php @@ -127,6 +127,25 @@ $productId = isset($_GET['id']) ? (int)$_GET['id'] : 0; } ?> + + bind_param("i", $productId); + $stmtRevOv->execute(); + $resultRevOv = $stmtRevOv->get_result(); + + $reviewOverview = $resultRevOv->fetch_assoc(); + ?> +