Re: [PHP] Class mysqli not found

2010-10-07 Thread sueandant
ctober 06, 2010 9:09 PM Subject: Re: [PHP] Class mysqli not found On Wed, 2010-10-06 at 21:00 +0100, sueandant wrote: I'm still fighting a losing battle in my attempts to get PHP speak to mysqli. I can access MySql via the prompt. Apache and PHP are installed and working. In Apache&#

RE: [PHP] Class mysqli not found

2010-10-06 Thread Tommy Pham
> -Original Message- > From: chris h [mailto:chris...@gmail.com] > Sent: Wednesday, October 06, 2010 1:44 PM > To: Alejandro Michelin Salomon > Cc: sueandant; php-general@lists.php.net > Subject: Re: [PHP] Class mysqli not found > > mysqli is set of functions

Re: RES: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
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

Re: RES: [PHP] Class mysqli not found

2010-10-06 Thread chris h
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

Re: RES: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
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

Re: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
I've tried this and get the same error message. - Original Message - From: "Alejandro Michelin Salomon" To: "'sueandant'" Cc: Sent: Wednesday, October 06, 2010 9:33 PM Subject: RES: [PHP] Class mysqli not found Sueandant : mysqli is set of

Re: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
Yes, I've run phpinfo() and mysqli is listed in the detailed output. - Original Message - From: "Jay Blanchard" To: "sueandant" ; Cc: "PHP" Sent: Wednesday, October 06, 2010 9:31 PM Subject: RE: [PHP] Class mysqli not found [snip] When I run thi

Re: [PHP] Class mysqli not found

2010-10-06 Thread chris h
t; printf("Host information: %s\n", mysqli_get_host_info($mysqli)); > } > > > Try adodb lib for php ( http://adodb.sourceforge.net/ ), is great layer on > top of php db functions. > > Alejandro M.S. > > -Mensagem original- > De: sueandant [mailto:hollandsath...@ti

Re: RES: [PHP] Class mysqli not found

2010-10-06 Thread Simon J Welsh
> Alejandro M.S. > > -Mensagem original- > De: sueandant [mailto:hollandsath...@tiscali.co.uk] > Enviada em: quarta-feira, 6 de outubro de 2010 17:27 > Para: sstap...@mnsi.net > Cc: PHP > Assunto: Re: [PHP] Class mysqli not found > > Thanks Steve. Her

RES: [PHP] Class mysqli not found

2010-10-06 Thread Alejandro Michelin Salomon
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",

RES: [PHP] Class mysqli not found

2010-10-06 Thread Alejandro Michelin Salomon
sueandant [mailto:hollandsath...@tiscali.co.uk] Enviada em: quarta-feira, 6 de outubro de 2010 17:27 Para: sstap...@mnsi.net Cc: PHP Assunto: Re: [PHP] Class mysqli not found Thanks Steve. Here's the php file: When I run this small program I get a Fatal Error: Class mysqli not found er

RE: [PHP] Class mysqli not found

2010-10-06 Thread Jay Blanchard
[snip] When I run this small program I get a Fatal Error: Class mysqli not found error message. [/snip] Have you run a simple phpinfo(); to see if you have the mysqli module? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
Thanks Steve. Here's the php file: When I run this small program I get a Fatal Error: Class mysqli not found error message. - Original Message - From: "Steve Staples" To: "sueandant" Cc: "PHP" Sent: Wednesday, October 06, 2010 9:09 PM

Re: [PHP] Class mysqli not found

2010-10-06 Thread Steve Staples
On Wed, 2010-10-06 at 21:00 +0100, sueandant wrote: > I'm still fighting a losing battle in my attempts to get PHP speak to mysqli. > I can access MySql via the prompt. Apache and PHP are installed and > working. In Apache's config file PHPIniDir is set to "C:\php", which is > where I unzipp

[PHP] Class mysqli not found

2010-10-06 Thread sueandant
I'm still fighting a losing battle in my attempts to get PHP speak to mysqli. I can access MySql via the prompt. Apache and PHP are installed and working. In Apache's config file PHPIniDir is set to "C:\php", which is where I unzipped the binary download files, and set LoadModule php5_module