Posted by J.O. Aho on 02/04/06 08:09
drewmania001@gmail.com wrote:
> i've read various info on the web including the following
>
> http://php.mirrors.ilisys.com.au/manual/en/ref.mysqli.php
>
> mySQL Version 4.1.16
> PHP Version 5.1.2
> with Zend Engine v2.1.0
> OS Windows NT SERVER(2003) 5.2 build 3790
>
> see http://drew.bounceme.net/phpinfo.php for more details
>
> Configuration File (php.ini) Path C:\WINDOWS\php.ini
> sql.safe_mode Off-local Off-master
> --------------------------------------------------------------------
>
> when trying to load phpmyadmin i get the following
> Cannot load mysql extension
>
> when trying to call msqli_connect() i get the following
> Fatal error: Call to undefined function: mysqli_connect()
>
> obviously sql functions have not been loaded for php, so as i
> understand it i need to load these at run time.
>
> the problem is i cant get it working!
>
> i've tried the folowing in my php.ini file
>
> extension=php_mysql.dll
This one supports mysql functions only, you are trying to use mysqli functions
which for Microsoft require php_mysqli.dll
//Aho
Navigation:
[Reply to this message]
|