RE: [PHP-DB] Multiple Update SQL Statements Execution

2008-11-25 Thread Alice Wei
d PHP? Alice > Date: Wed, 19 Nov 2008 12:23:33 -0800 > From: [EMAIL PROTECTED] > To: php-db@lists.php.net > Subject: Re: [PHP-DB] Multiple Update SQL Statements Execution > > On Wed, Nov 19, 2008 at 5:55 AM, Alice Wei <[EMAIL PROTECTED]> wrote: > > I am inquiri

[PHP-DB] Multiple Update SQL Statements Execution

2008-11-19 Thread Alice Wei
Hi, I am inquiring on this list to see if it is possible to create a script that takes multiple update statements without my having to write one "SQL" statement for each of the updates. I have a scenario of which I create a table of some sort with some existing information using Flex, a

RE: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread Alice Wei
Hi, Thanks for the trick. I took the query to copy the data outside of the loop, and it is now working! Alice > Date: Fri, 14 Nov 2008 14:07:27 +0200 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: php-db@lists.php.net; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Copying Data From

[PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Alice Wei
Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes my program and my