Please include the list when replying.
Jacob Bergman wrote:
Yeah, the extension=php_mysqli.dll line is enabled in the php.ini file.
Doesn't that error indicate something wrong with the php file itself?
Have you restarted Apache/IIS/whatever since changing it?
The error indicates that it doesn't have any knowledge of a function
called mysqli_connect. That function will be registered when the
extension is loaded, so the extension is not being loaded (either
correctly or at all).
If you have then make a phpinfo page (http://php.net/phpinfo) and check
that PHP thinks MySQLi is installed.
-Stut
--
http://stut.net/
-----Original Message-----
From: Stut [mailto:stuttle@xxxxxxxxx]
Sent: Monday, July 09, 2007 8:18 AM
To: Jacob Bergman
Cc: php-windows@xxxxxxxxxxxxx
Subject: Re: Testing MySQL PHP connection
Jacob Bergman wrote:
While trying to connect to the mysqll database with php, I use the
following file:
<snip lots of code including the root password!!>
When I access this file I I get "Fatal error: Call to undefined
function
mysqli_connect() in C:\Program Files\Apache
Group\Apache2\htdocs\mysql_up.php on line 13"
Not sure what is wrong... I'm pretty new to all this and grabbed this
out of a book. Thanks for the help!
You need to enable/install the MySQLi extension. Your book should tell
you how to do that, if not: http://php.net/mysqli
-Stut
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php