Quick question. In my database I have 2 tables. 1)initial_users and
2)registered_us ers. This is what i want to accomplish. When someone
signs up with my site the info goes into initial_users which is
working. Once I have verified there information I want to drop there
row of information into registered_user s, can I do this with
phpMyAdmin if so I cant figure it out. And as well is there any other
way that people would suggest how to accomplish this.
2)registered_us ers. This is what i want to accomplish. When someone
signs up with my site the info goes into initial_users which is
working. Once I have verified there information I want to drop there
row of information into registered_user s, can I do this with
phpMyAdmin if so I cant figure it out. And as well is there any other
way that people would suggest how to accomplish this.
Comment