Compare commits
2 Commits
52749506a6
...
528069e819
| Author | SHA1 | Date | |
|---|---|---|---|
| 528069e819 | |||
| 3a0e5ecab0 |
@@ -27,6 +27,7 @@ fclose($file);
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TechStore</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
@@ -38,9 +39,10 @@ fclose($file);
|
||||
</tr>
|
||||
<?php
|
||||
for($i=0; $i<count($utenti); $i++){
|
||||
echo "<tr><td>" . $utenti[$i]->id . "</td></tr>";
|
||||
echo "<tr><td>" . $utenti[$i]->id . "</td><td>" . $utenti[$i]->name . "</td><td><a href=\"mailto:" . $utenti[$i]->email ."\">" . $utenti[$i]->email . "</a></td></tr>";
|
||||
}
|
||||
?>
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user