MySQL Forums
Forum List  »  PHP

Call to undefined function mysqli_connect()
Posted by: sdfv sdfv
Date: February 06, 2006 12:33PM

Hi,

I installed php 5 with IIS 5.0 in isapi mode.
In php.ini, i took extension php_mysql.dll
I set the directory-extension to c:\php\ext.
I copied libmysql.dll in ext directory.

Now mysql_connetc works, but not mysqli_connect. I get
"Call to undefined function mysqli_connect()".

In php.ini, there is no way to select php_mysqli.dll (doesn't exist). That file exist in dir ext. So why that error? I read all the documentation of the php-site, but couldn't find an answer.

thanks for helping.
maisql

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.