Hello
I am trying to use mysqli_connect with PHP5 under windows.
I am getting the following error:
PHP Fatal error: Call to undefined function mysqli_connect()
However I cannot find any extension in php.ini for mysqli_connect to work.
what do I need to configure in php for it to work?