diff --git a/functions.php b/functions.php index cb882d3..9995b0a 100644 --- a/functions.php +++ b/functions.php @@ -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'); } }