add redirect

This commit is contained in:
Andreas Zweili 2017-03-07 20:50:29 +00:00
parent 1c5f7d42c1
commit f6c280cf55
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ function post_offer()
VALUES ('$pieces', '$text', '$price', '$userId', '$qualityId',
'$demandId')";
$result = mysqli_query($con, $sql) or die(mysqli_error($con));
header('Location: board.php');
}
}