diff --git a/db.php b/db.php new file mode 100644 index 0000000..d92651d --- /dev/null +++ b/db.php @@ -0,0 +1,11 @@ +connect_error) { + die("Database connection failed: " . $conn->connect_error); +} +?> diff --git a/forms/questionnaire.html b/forms/questionnaire.html index ac3c4fe..34bf6da 100644 --- a/forms/questionnaire.html +++ b/forms/questionnaire.html @@ -15,7 +15,7 @@