changed a lot

This commit is contained in:
StockiP
2022-05-02 12:24:22 +02:00
parent 9e28e83146
commit 8e91e4a8f6
4 changed files with 60 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ class DataHandler
$stmtCities->bind_param("sss", null, $postalcode, $coty);
if ($stmtUser->execute() && $stmtCities->execute() && $stmtAddress->execute()) {
return true;
return $data;
} else {
return false;
}