MySQL Forums
Forum List  »  PHP

Re: Call to undefined function mysqli_connect()
Posted by: Marek Burakowski
Date: August 18, 2006 11:38AM

I get the Fatal error: Call to undefined function mysqli_connect()
in... every time I try to run a php script that connects to mysql.

I have changed the extension_dir to "C:\php\ext" and placed the
dev.mysql.com extension files there. I have also enabled them with
the extension=php_mysqli.dll command. I have checked that my php.ini used is the php.ini in the c:\php directory.

I am using Apache 2.0, PHP 5.1.5 and MySQL Server 5.0.24
I feel that I have checked everything, but obviously that is not true. Any suggestions?

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.