Re: [PHP] Storing/passing variables through multiple-partfunction/casestatement

2002-10-14 Thread Verdon Vaillancourt
I have to get the data from table1, delete the data from table1, put the data into table2. I'm either not getting the data from table1 or am not passing it to table2, I'm not sure which. On 10/14/02 6:37 PM, John W. Holmes [EMAIL PROTECTED] wrote: INSERT INTO table2 SELECT * FROM table1 WHERE

RE: [PHP] Storing/passing variables through multiple-partfunction/casestatement

2002-10-14 Thread John W. Holmes
: Verdon Vaillancourt [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 10:18 PM To: [EMAIL PROTECTED]; 'PHP-General' Subject: Re: [PHP] Storing/passing variables through multiple- partfunction/casestatement I have to get the data from table1, delete the data from table1, put the data