I'm running phpinfo from my browser under localhost.
- Original Message -
From: chris h
To: sueandant
Cc: PHP
Sent: Wednesday, October 06, 2010 10:12 PM
Subject: Re: RES: [PHP] Class mysqli not found
Are you doing phpinfo() off the CLI or via apache mod? Is it the
mysqli.max_persistent Unlimited Unlimited
> mysqli.reconnect Off Off
>
> - Original Message - From: "Simon J Welsh"
> To: "Alejandro Michelin Salomon"
> Cc: "'sueandant'" ; <
> php-general@lists.php.net>
> Sent: We
mysqli.max_links Unlimited Unlimited
mysqli.max_persistent Unlimited Unlimited
mysqli.reconnect Off Off
- Original Message -
From: "Simon J Welsh"
To: "Alejandro Michelin Salomon"
Cc: "'sueandant'" ;
Sent: Wednesday, October 06, 2010 9:43 PM
Subjec
http://php.net/manual/en/class.mysqli.php definitely says MySQLi is a class.
It looks like PHP was complied without MySQLi support. Does running a phpinfo()
show the MySQLi module?
On 7/10/2010, at 9:33 AM, Alejandro Michelin Salomon wrote:
> Sueandant :
>
> mysqli is set of functions not a cla
x27;php-general@lists.php.net'
Assunto: RES: [PHP] Class mysqli not found
Sueandant :
mysqli is set of functions not a class. The name to connect is mysqli_connect
/**
*
*
* @version $Id$
* @copyright 2010
*/
$mysqli = mysqli_connect ("localhost", "root", "woodcote",
Sueandant :
mysqli is set of functions not a class. The name to connect is mysqli_connect
/**
*
*
* @version $Id$
* @copyright 2010
*/
$mysqli = mysqli_connect ("localhost", "root", "woodcote", "testDB");
if (mysqli_connect_errno()) {
printf("Connect failed: %s\n", mysqli_connect_error());
6 matches
Mail list logo