I am trying to set up this PHP-Login-System from GitHub. Specifically the Installation step 2.
When I try to open and preview the home/index.php file in the browser, I get this error.
Fatal error: Uncaught Error: Call to undefined function `enter code
here`mysqli_connect() in C:\xampp\htdocs\PHP-Login-
System\assets\setup\db.inc.php:6 Stack trace: #0
C:\xampp\htdocs\PHP-Login-System\assets\layouts\header.php(6):
require() #1 C:\xampp\htdocs\PHP-Login-System\home\index.php(4):
include('C:\\xampp\\htdocs...') #2 {main} thrown in
C:\xampp\htdocs\PHP-Login-System\assets\setup\db.inc.php on line 6
So far I have removed the semicolon from the start of the line extension=php_msqli in the php.ini file. Reset the computer (windows 11)