Fatal error: Call to undefined function mysqli_connect() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\deletejoke\index.php on line 25"
Line 25 looks like this
:$link = mysqli_connect('localhost', 'root', 'password');
(I have deleted the semi-colon before extension=php_mysqli.dll)
(I'm new to databases btw)
Thanks for any suggestions.
Database and script won't mate
Moderator: General Moderators
Re: Database and script won't mate
Do you have php_mysqli.dll or php_mysqli.so in your php ext dir?
Re: Database and script won't mate
It's dll, but what's the difference?
I turned mysql off in the control panel >services, and then restarted my pc and mysql, and it's ok it seems. So I'm ok I think!
I turned mysql off in the control panel >services, and then restarted my pc and mysql, and it's ok it seems. So I'm ok I think!
Re: Database and script won't mate
Nothing, it just depends if you're on windows or *nix.
Cool
Nice one.
Cool