diff --git a/index.php b/index.php index 4c847ac..7d12022 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,14 @@ id = $id; $this->name = $name; $this->email = $email; } - */ } $file = fopen("data/clienti.csv", "r") or die("Non riesco a leggere il file, controlla che esista brutto rimbambito"); $utenti = []; @@ -37,6 +36,11 @@ fclose($file); Email Link del cazzo + " . $utenti[$i]->id . ""; + } + ?> \ No newline at end of file