Database and script won't mate
Posted: Thu Sep 24, 2009 4:58 pm
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.
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.