La til løpertabell
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$runner_id = $_POST['id'];
|
||||
print_r($_POST);
|
||||
$time = $_POST['time'];
|
||||
$file = 'passering.csv';
|
||||
$current = file_get_contents($file);
|
||||
$current .= $runner_id . "\n";
|
||||
$current .= $runner_id . ", " . $time . "\n";
|
||||
file_put_contents($file, $current);
|
||||
Reference in New Issue
Block a user