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:
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
So what seems to be the problem here?