mysql - mysqli_connect() not working with PHP and Tomcat -
i've got php working on tomcat , when try , call mysql using mysqli_connect() error:
java.lang.runtimeexception: php fatal error: call undefined function mysqli_connect() in c:\tomcat 7.0\webapps\root\php.php on line 1
i've added php_mysqli.dll c:\tomcat 7.0\webapps\root\web-inf\cgi\amd64-windows\ext , uncommented extension = php_mysqli.dll in c:\tomcat 7.0\webapps\root\web-inf\cgi\amd64-windows\conf.d\mysql.ini
any ideas?
Comments
Post a Comment