Skip to content

Commit

Permalink
Form Submission Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyM268 committed Jun 5, 2024
1 parent f89e191 commit b99a598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PHP/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if($conn->query($sql) === TRUE){
header('Location: ../feedbacksubmitted.html');
}else{
echo "The message submission failed";
header('Location: ../feedbackfailed.html');
}

$conn->close();
Expand Down
2 changes: 1 addition & 1 deletion PHP/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if($conn->query($sql) === TRUE){
header('Location: ../formsubmitted.html');
}else{
echo "The form submission failed";
header('Location: ../formfailed.html');
}

$conn->close();
Expand Down

0 comments on commit b99a598

Please sign in to comment.