http://php.net wrote: A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
Ok, good. I've installed apache2, mysql and php5 on my machine now (win xp home). I've tried to connect to my database, but here's the output:
Code: Select all
Fatal error: Class 'mysqli' not found in C:\Programfiler\Apache Group\Apache2\htdocs\mysqli.php on line 3
So how do I enable mysqli on windows?