-1

Im setting up a website at home using abyss web server. I have a mysqli database on my machine that I use. I wrote a database handler so that I can connect my php code to my database. This is what it looks like:

enter image description here

I renamed the password and database in the code to xxx for privacy concerns.

When I attempted to test out my form (Just simply having it echo the values I entered right back at me.), it spit this goofy error at me

enter image description here

So what seems to be the problem here?

Rajdeep Paul
  • 16,887
  • 3
  • 18
  • 37
Whitewolf
  • 3
  • 5

1 Answers1

-1

I think you are missing a semicolon ; at the end of line 5

(note: please include code properly formatted instead of images. It's easier if someone wants to show the fix from the code you provided)

pedrorijo91
  • 7,635
  • 9
  • 44
  • 82
  • 1
    This adds nothing that wasn't already addressed in the comments. Further, do not provide answers to such low-quality questions. This should be closed, with the `simple typographical error` reason... – random_user_name Jan 07 '17 at 22:26
  • @cale_b as I was writing the answer, no comments were visible yet – pedrorijo91 Jan 08 '17 at 08:11