From 8e4095f450bcfa1a4ad93e9c342ddbcdedd358b1 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 25 Feb 2026 11:05:13 +0100 Subject: [PATCH] Aggiunta link a ID ordini del cliente --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c20dc50..4347fbe 100644 --- a/index.php +++ b/index.php @@ -42,12 +42,12 @@ $result = mysqli_query($conn, $sql); echo ""; while ($row = mysqli_fetch_assoc($result)) { echo ""; - echo "" . $row['OrderID']."" ; + echo "" . $row['OrderID'] ."" ; echo ""; } echo ""; } - else if(isset($_GET["orderid"])){ + else if(isset($_GET["orderId"])){ echo "WIP"; } else {