Begynte på tabellproduskjon
This commit is contained in:
@@ -4,5 +4,5 @@ $runner_id = $_POST['id'];
|
||||
$time = $_POST['time'];
|
||||
$file = 'passering.csv';
|
||||
$current = file_get_contents($file);
|
||||
$current .= $control . ", " . $runner_id . ", " . $time . "\n";
|
||||
$current .= $control . "," . $runner_id . "," . $time . "\n";
|
||||
file_put_contents($file, $current);
|
||||
Reference in New Issue
Block a user