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: [PHP] Class mysqli not found

2010-10-06 Thread sueandant
ali.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 error message. - Original Message - F

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: [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