Posts by Alguek • 11 points
1 post
-
1
votes1
answer3631
viewsQ: Error: Uncaught Error: Class 'mysqli' not found
I’m using Apache to make a site localhost, but I have an online bank and wanted to access it I make the connection in php <?php $servername = "host.com"; $username = "user"; $password = "pass";…