[PHP-DB] MySQL Update Quandry

2005-11-25 Thread maestro
Greetings, I am doing an update to a table as such: class DB { function updateMember($email, $password, $postalCode, $language, $id, $word) { ... if (!(@ mysql_query($query, $connection))) { $this->errors = array(mysql_errno(), mysql_error()); $

RE: [PHP-DB] MySQL Update Quandry

2005-11-26 Thread Rich Hutchins
ginal Message- From: maestro [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 1:11 PM To: php-db@lists.php.net Subject: [PHP-DB] MySQL Update Quandry Greetings, I am doing an update to a table as such: class DB { function updateMember($email, $password, $postalCode,

Re: [PHP-DB] MySQL Update Quandry

2005-11-27 Thread Glenn DeschĂȘnes
uccessful. ".$queryresult." rows were > altered."; > } > echo $msg; > > Hope this helps. > > Rich > > -Original Message- > From: maestro [mailto:[EMAIL PROTECTED] > Sent: Friday, November 25, 2005 1:11 PM > To: php-db@lists.php

[PHP-DB] Re : [PHP-DB] MySQL Update Quandry

2005-11-28 Thread Neil Smith [MVP, Digital media]
Message-ID: <[EMAIL PROTECTED]> Date: Sun, 27 Nov 2005 12:49:17 -0500 From: Glenn DeschĂȘnes <[EMAIL PROTECTED]> To: php-db@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_Part_11492_6161784.1133113757293" Subject: Re: [PHP-DB