Alright, thanks for the replies should make the work go easier. 🙂
Now another question:
I have two tables: tc_users, tc_users_temp
tc_users_temp = people who have not confirmed the account.
tc_users = people who have
Now I have a few fields (family name, name, game name, password, email)
How would I easily move them from tc_users_temp to tc_users once they have confirmed the account? Do I have to pull all the information from tc_users_temp through arrays and use a query w/ insert, or is there an easier way?