EasyPHP 5.2.10 installed without problems on my laptop running Windows XP.
Both MySQL and php are running.
I can connect to MySQL from the command line. However, I am unable to connect to to MySQL using php. The following line of code:
$link = mysqli_connect('localhost', 'root', 'password');
returns the following error:
Call to undefined function mysqli_connect()
I uncommented extension=php_mysqli.dll in the php.ini file, restarted EasyPHP. The problem still exists.