Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarsmio committed Jan 8, 2025
1 parent 88b041f commit 32372a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Site/commander.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class="badge badge-secondary badge-pill"><?php echo getItemCartNumber($_SESSION[
$insertAdresse->bindParam(":codePostale", $_POST["cp"], PDO::PARAM_STR);
$insertAdresse->bindParam(":nom", $_POST["firstName"], PDO::PARAM_STR);
$insertAdresse->bindParam(":prenom", $_POST["lastName"], PDO::PARAM_STR);
$insertAdresse->bindParam(":ville", $_POST["ville"], PDO::PARAM_STR);
$insertAdresse->bindParam(":pays", $_POST["pays"], PDO::PARAM_STR);

if ($insertAdresse->execute()) {
$insertAdresseId = $conn->lastInsertId();
Expand Down

0 comments on commit 32372a9

Please sign in to comment.