Skip to content
New issue

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

Signup Parse Error #11

Open
techangela1 opened this issue Jul 3, 2023 · 2 comments
Open

Signup Parse Error #11

techangela1 opened this issue Jul 3, 2023 · 2 comments

Comments

@techangela1
Copy link

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;
@daveh
Copy link
Owner

daveh commented Jul 3, 2023

@techangela1 It looks like you're missing a semicolon after connect_error), so: connect_error);

@techangela1
Copy link
Author

techangela1 commented Jul 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants