|
Posted by "Erik Saline" on 12/29/05 19:25
Thanks I deleted the new.
I was following an example in the book for that.
Now I get the error:
Call to undefined function mysqli_connect() in
/var/www/cgi-bin/db_connect.php on line 4,
I added extenstion=mysqli.so to my php.ini
Erik
----- Original Message -----
From: "PHP Superman" <phpinfolist@gmail.com>
To: "Erik Saline" <esaline@mindspring.com>
Cc: <php-general@lists.php.net>
Sent: Wednesday, December 28, 2005 6:56 PM
Subject: Re: [PHP] mysqli class not found
you are not missing anything, you are actually adding to much. Using "new"
is for making objects, if you take away the "new" in the $result variable
declaration it should work fine.
On 12/28/05, Erik Saline <esaline@mindspring.com> wrote:
>
>
> ----- Original Message -----
> From: Erik Saline
> To: php-general@lists.php.net
> Sent: Wednesday, December 28, 2005 1:08 PM
>
>
> I installed Apache, PHP, and Mysql during the Fedora Core 4 installation.
>
> PHP 5.0.4
> MYSQL 4.1.14
>
> I used php -i to show that mysql and mysqli were installed.
> Configure Command => './configure' '--build=i386-redhat-linux'
> '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/bin/mysql_config' '
>
> Here is the code.
>
> $result = new mysqli_connect('localhost', 'nobody', 'test', 'godisdead');
>
> Here is the error.
>
> PHP Fatal error: Class 'mysqli' not found in
> /var/www/cgi-bin/db_connect.php on line 4,
>
>
>
> What am I missing?
>
>
>
> Erik
>
>
--
Hi Everyone, I am running PHP 5 on Windosws XP SP2 with MySQL5, Bye Now!
[Back to original message]
|