Hi
New here, I’ve been stuck on this problem for a while now. My script contains the following line: $link = mysqli_connect(‘localhost’,‘root’,‘password’); which produces fatal error: undefined function mysqli_connect.
Now I’ve checked php.ini and the extension=php_mysqli.dll is uncommented, and the path to the extension folder is right.
Why is this not working for me, any help would be greatly appreciated!