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

2002-10-14 Thread John W. Holmes
Storing/passing variables through multiple-part > function/casestatement > > Hi, > > I¹m trying to cobble together a case where where data is retrieved from > one > row of a mySQL table, the row is deleted, the retrieved data is inserted > into a new row in different table.

[PHP] Storing/passing variables through multiple-part function/casestatement

2002-10-14 Thread Verdon Vaillancourt
Hi, I¹m trying to cobble together a case where where data is retrieved from one row of a mySQL table, the row is deleted, the retrieved data is inserted into a new row in different table. Most of my code seems to be working (I think the data is being retrieved, the old row is being deleted, the n