From 15719977d43d0bd5a8df680a1742b9351a355b6e Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Fri, 27 Feb 2026 11:07:33 +0100 Subject: [PATCH] Cambiata pagina index lista consumer da form con select a tabella --- index.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index fccb727..86fd445 100644 --- a/index.php +++ b/index.php @@ -62,14 +62,15 @@ $result = mysqli_query($conn, $sql); } } if(!isset($_GET["customerId"]) && !isset($_GET["orderId"])){ - echo "
"; - echo ""; - echo ""; - echo "
"; + echo ""; } } ?>