Aggiunta link ritorno alla lista
This commit is contained in:
@@ -40,7 +40,6 @@ fclose($file);
|
||||
echo "<tr><td>" . $utenti[$i]->id . "</td><td><a href=\"ordini.php?id=" . $utenti[$i]->id ."\">" . $utenti[$i]->name . "</a></td><td><a href=\"mailto:" . $utenti[$i]->email ."\">" . $utenti[$i]->email . "</a></tr>";
|
||||
}
|
||||
?>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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