mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2025-01-03 11:04:31 +01:00
a
This commit is contained in:
parent
9a34b67479
commit
e3261aae90
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") // Zapisz dane z formularza do bazy [I
|
|||
$result = mysqli_query($conn, $query);
|
||||
if ($result) {
|
||||
echo "Poprawnie zedytowano rekord";
|
||||
echo '<br><a href="?PAGE=dzialy">Powrót</a>';
|
||||
} else {
|
||||
echo "Błąd edycji";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue