Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Lester June Cabrera
Hi, What do you mean by updating data into multiple forms? Do you mean displaying data in multiple HTML forms? Lester At 04:53 PM 4/18/01 +0800, Shahmat Dahlan wrote: How do I update data into multiple forms? Thanks in advance.. Shahmat -- PHP Database Mailing List (http://www.php.net/)

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Shahmat Dahlan
Apologies... Lemme rephrase my question, How do I update data into multiple tables in MySQL? Shahmat Lester June Cabrera wrote: Hi, What do you mean by updating data into multiple forms? Do you mean displaying data in multiple HTML forms? Lester At 04:53 PM 4/18/01 +0800, Shahmat

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Shahmat Dahlan
Yes, this is only applicable if I only have one table. What if I need to update multiple tables? Lester June Cabrera wrote: I guess you need to use the UPDATE command UPDATE tablename SET column1 = 'some value' WHEREcolumn2 = 'another value'; Did I get what you mean? Lester At 05:02

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread fabrizio . ermini
On 18 Apr 2001, at 17:27, Shahmat Dahlan wrote: Yes, this is only applicable if I only have one table. What if I need to update multiple tables? Shamat, it seems we need some more info to understand your needs. What precisely are you trying to do?

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Szii
[EMAIL PROTECTED] To: Shahmat Dahlan [EMAIL PROTECTED]; PHP-DB [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 2:29 AM Subject: Re: [PHP-DB] Updating multiple forms Multiple tables with different fields? Hmm... I don't know of any shortcut in doing it. At 05:27 PM 4/18/01 +0800, Shahmat

RE: [PHP-DB] Updating multiple forms

2001-04-18 Thread SOHH Administration
nal Message- From: Shahmat Dahlan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 2:27 AM To: Lester June Cabrera; PHP-DB Subject: Re: [PHP-DB] Updating multiple forms Yes, this is only applicable if I only have one table. What if I need to update multiple tables? Lester June Cab