We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting an error after submitting the Signup form (Signup.html):
Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\database.php on line 17
Database.php contents:
The text was updated successfully, but these errors were encountered:
@techangela1 It looks like you're missing a semicolon after connect_error), so: connect_error);
connect_error)
connect_error);
Sorry, something went wrong.
No branches or pull requests
I am getting an error after submitting the Signup form (Signup.html):
Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\database.php on line 17
Database.php contents:
connect_errno) { die("Connection error: " . $mysqli->connect_error); } return $mysqli;The text was updated successfully, but these errors were encountered: