robb73 Posted April 13, 2007 Share Posted April 13, 2007 Unfortunately I can't get mysqli to work, I keep getting the error message "Call to undefined function mysqli_connect()". As everything works fine using mysql I am guessing its something to do with my php install? I'm using: Windows xp pro sp2 IIS PHP 5.1.2 MySQL 5.0.27 I have included extension=php_mysql.dll in the php.ini (in the WINDOWS folder). I have also checked the extension to the extension directory extension_dir = "C:/php/ext" The libmysql.dll is in the SYSTEM32 folder. Bizarrely, when I check the version of Mysql using phpinfo() the version shown is 4.1.7 yet when using the MySQL command line client it shows 5.0.27. Rob Quote Link to comment https://forums.phpfreaks.com/topic/46840-call-to-undefined-function-mysqli_connect/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.