diff --git a/index.php b/index.php index 4d845dd..750d9aa 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,15 @@ Northwind Clients - + Ordini del cliente " . $customer_id . ""; + echo ""; + echo ""; + if (mysqli_num_rows($result) == 0) { + echo ""; + } + else { + echo ""; + } + echo ""; + while ($row = mysqli_fetch_assoc($result)) { + echo ""; + echo "" ; + echo ""; + } + echo "
Il cliente ". $customer_id ." non ha ordiniID Ordine
" . $row['OrderID']."
"; + } + else if(isset($_GET["orderid"])){ + echo "WIP"; + } + else { + echo "ERROR: FANKYULO"; + } + } + ?> \ No newline at end of file