First working version

This commit is contained in:
Gregory Trolliet 2020-11-16 21:31:59 +01:00
parent 8a6973fcb6
commit baa592b81f
8 changed files with 192 additions and 51 deletions

View file

@ -32,5 +32,6 @@ if (empty($id)) {
header('Location: index.php');
die();
}
header('Location: result.php?id=' . $id);
header('Location: index.php');
//header('Location: result.php?id=' . $id);
die();