//This writes the data to the textfile
$filename2 = "value-downcounter.txt";
//Opends the file
$open_file = fopen($filename2, "w");
fwrite($open_file, "$nrDaysLeft");
//Closes the file
fclose($open_file);
Tror man läser datan med fread. Någon annan kanske kan fylla på...?
265 ms totalt · 4 externa anrop · v20260731065814-full.51f67c91