05.11.2010, 19:22
Quote:
No, imagine ive got two tables..
Code:
//accounts table with these attributes... ID Username Password Level Kills Deaths //Now another table called, Accounts2 with attributes. ID Username Password LEvel Kills Deaths |
Load a row from the 1st tabel, save it all into a variable, then remove it, then save it into the 2nd tabel.