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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -