I'm trying to populate my server with my database but I keep running into this error: Call to undefined function mysqli_connect()
I've looked online and I've edited my php.ini file to include the extension=mysqli as shown in the attached screenshot
I'm perfectly able to connect to my DB in netbeans and I'm kind of stumped on why this function is stilled undefined.
If anyone has any other approaches I could take that would be super appreciative :)
Thank you