Re: [PHP] Reminder On Mailing List Rules

2010-10-21 Thread sueandant
- Original Message - From: "Daniel Brown" To: "PHP General" Sent: Thursday, October 21, 2010 3:25 PM Subject: [PHP] Reminder On Mailing List Rules Hey, Folks; Just a gentle reminder after watching things get worse by the day: it is one of the rules of this and all official p

Re: [PHP] Error message not understood

2010-10-18 Thread sueandant
quot;Tommy Pham" To: "'sueandant'" Cc: "'PHP'" Sent: Saturday, October 16, 2010 10:49 PM Subject: RE: [PHP] Error message not understood -Original Message- From: sueandant [mailto:hollandsath...@tiscali.co.uk] Sent: Saturday, October 16

Re: [PHP] Error message not understood

2010-10-16 Thread sueandant
cial sites. - Original Message - From: "Tommy Pham" To: "'sueandant'" ; "'Luigi Pressello'" Cc: "'PHP'" Sent: Saturday, October 16, 2010 9:38 PM Subject: RE: [PHP] Error message not understood -Original Message- From: su

Re: [PHP] Error message not understood

2010-10-16 Thread sueandant
From: "Luigi Pressello" To: "Tommy Pham" Cc: "'sueandant'" ; "'PHP'" Sent: Friday, October 15, 2010 10:46 PM Subject: Re: [PHP] Error message not understood Probably a PHP compilation problem. The message seems refer to t

[PHP] Error message not understood

2010-10-15 Thread sueandant
Can anyone help me with this error message and explain how to correct the mismatch? PHP Warning: mysqli_connect() [function.mysqli-connect]: Headers and client library minor version mismatch. Headers:50051 Library:50151 tholland

Re: [PHP] Unknown Table i field list

2010-10-11 Thread sueandant
Have you tried : $query = "INSERT INTO formcom(fname, lname, email, comment, ip) VALUES ('$fname','$lname','$email'.'$comment','$ip')" or die('error in query'); tholland - Original Message - From: "Gary" To: Sent: Monday, October 11, 2010 8:09 PM Subject: [PHP] Unknown Table i field

Re: [PHP] Class mysqli not found

2010-10-07 Thread sueandant
Hi Steve I've uninstalled PHP5.3.3 and re-installed PHP5.2.14. Everything now works! Best wishes and thanks to everyone for their help and input. tholland - Original Message - From: "Steve Staples" To: "sueandant" Cc: "PHP" Sent: Wednesday, O

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

[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

Fw: [PHP] Connecting to MySql with PHP

2010-10-05 Thread sueandant
- Original Message - From: sueandant To: a...@ashleysheridan.co.uk Sent: Monday, October 04, 2010 10:29 PM Subject: Re: [PHP] Connecting to MySql with PHP Thanks Ash Where do I find the PHP mysql module? I have uncommented both the extensions php-mysql.dll and php-mysqli.dll; do

[PHP] Connecting to MySql with PHP

2010-10-04 Thread sueandant
I am running PHP 5.3.3, with Apache 2.0 Handler and MySql Server 5.1. My OS is Vista Home Premium 32 bit with SP2. MySql works fine from the command prompt, Apache is running and PHP works. But I cannot access the mysqli classes. This simple program: produces this error message: Warnin