Remove unused echo
This commit is contained in:
parent
da0cfeb470
commit
4dd3d27ba6
1 changed files with 0 additions and 5 deletions
5
save.php
5
save.php
|
@ -12,10 +12,6 @@ if (empty($_POST)) {
|
|||
die();
|
||||
}
|
||||
|
||||
echo '<pre>';
|
||||
var_dump($_POST);
|
||||
echo '</pre>';
|
||||
|
||||
$id = null;
|
||||
foreach ($_POST as $name => $value) {
|
||||
if ($name == 'fid') {
|
||||
|
@ -33,5 +29,4 @@ if (empty($id)) {
|
|||
die();
|
||||
}
|
||||
header('Location: index.php');
|
||||
//header('Location: result.php?id=' . $id);
|
||||
die();
|
||||
|
|
Loading…
Reference in a new issue