First working version
This commit is contained in:
parent
8a6973fcb6
commit
baa592b81f
8 changed files with 192 additions and 51 deletions
3
save.php
3
save.php
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue