Aggiunto messaggio di nessun ordine trovato per clienti che non ne possiedono
This commit is contained in:
@@ -47,6 +47,10 @@ $result = mysqli_query($conn, $sql);
|
||||
# Reset index della query
|
||||
mysqli_data_seek($result, 0);
|
||||
}
|
||||
else if (mysqli_num_rows($result) <= 0){
|
||||
echo "<a href='index.php'>Torna alla lista clienti</a><br><br>";
|
||||
echo "Nessun ordine trovato per questo cliente.";
|
||||
}
|
||||
if(isset($_GET["orderId"])){
|
||||
echo "<table>";
|
||||
echo "<tr>";
|
||||
|
||||
Reference in New Issue
Block a user