From 392883c4af0d796ae558efadc7ea44a6b6249857 Mon Sep 17 00:00:00 2001 From: Rasmus Malver Date: Tue, 27 Apr 2021 09:20:21 +0200 Subject: [PATCH] =?UTF-8?q?Fors=C3=B8ger=20at=20lave=20php=20file=5Fput=20?= =?UTF-8?q?til=20signup=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mail.php b/mail.php index 5b271a6..d2bc2a0 100644 --- a/mail.php +++ b/mail.php @@ -12,6 +12,7 @@ $lang = "da"; $fi = file_get_contents("signup.csv"); $fi.= $email; file_put_contents("signup.csv",$fi); +print_r($fi); //$a = mail($to, $subject, $body); //print_r($email);