Aggiunta link ritorno alla lista
This commit is contained in:
@@ -31,6 +31,7 @@ fclose($file);
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.php">Torna alla lista</a>
|
||||
<?php
|
||||
if(count($ordini) == 0){
|
||||
echo "<p>Nessun ordine associato all'utente</p>";
|
||||
@@ -42,7 +43,6 @@ fclose($file);
|
||||
}
|
||||
echo "</table>";
|
||||
}
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user