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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -