Please help me how can I install mysqli.
According to the Manual I copy C:\mysql\bin\libmySQL.dll (916Kb) to c:\windows and to c:\windows\system32.
(I've also tried to copy dll from C:\php\dlls\libmySQL.dll (228Kb))
when I run a simple script (WinXP, IIS):
<? $link= mysqli_connect("localhost", "root", "", "mysql"); ?>
I get the following error:
Fatal error: Call to undefined function mysqli_connect() in c:\Inetpub\wwwroot\index.php on line 2
Please tell me how can I succesfully install mysqli ?
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php