Re: [PHP] Reminder On Mailing List Rules

2010-10-21 Thread sueandant
- Original Message - From: Daniel Brown danbr...@php.net To: PHP General php-general@lists.php.net 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

Re: [PHP] Error message not understood

2010-10-18 Thread sueandant
Pham tommy...@gmail.com To: 'sueandant' hollandsath...@tiscali.co.uk Cc: 'PHP' php-general@lists.php.net 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

Re: [PHP] Error message not understood

2010-10-16 Thread sueandant
: Luigi Pressello rad...@gmail.com To: Tommy Pham tommy...@gmail.com Cc: 'sueandant' hollandsath...@tiscali.co.uk; 'PHP' php-general@lists.php.net Sent: Friday, October 15, 2010 10:46 PM Subject: Re: [PHP] Error message not understood Probably a PHP compilation problem. The message seems refer

Re: [PHP] Error message not understood

2010-10-16 Thread sueandant
. - Original Message - From: Tommy Pham tommy...@gmail.com To: 'sueandant' hollandsath...@tiscali.co.uk; 'Luigi Pressello' rad...@gmail.com Cc: 'PHP' php-general@lists.php.net Sent: Saturday, October 16, 2010 9:38 PM Subject: RE: [PHP] Error message not understood -Original Message- From

[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() [a href='function.mysqli-connect'function.mysqli-connect/a]: 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 gp...@paulgdesigns.com To: php-general@lists.php.net Sent: Monday, October 11, 2010

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 sstap...@mnsi.net To: sueandant hollandsath...@tiscali.co.uk Cc: PHP php-general

[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

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 jblanch...@pocket.com To: sueandant hollandsath...@tiscali.co.uk; sstap...@mnsi.net Cc: PHP php-general@lists.php.net Sent: Wednesday, October 06, 2010 9:31 PM Subject: RE

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 si...@welsh.co.nz To: Alejandro Michelin Salomon amichel...@hotmail.com Cc: 'sueandant' hollandsath...@tiscali.co.uk; php-general@lists.php.net

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: ?php $mysqli = new mysqli(localhost,