Quote:
Originally Posted by Takamine334
can you show me what you're talking about? I'll even pay you to write the code out correctly.
|
if your using phpmyadmin go to the user table, click the operations tab.
if the USERS table is in a separate database then vb, use "Copy table to (database.table):" fill in the name of the database the USERS table is in and the name of the new table and choose "structure and data only."'
if its in the same database then still use "Copy table to(database.table)" and select your vb's database and a new name for the copy table and select "structure and data only."
after that alter the new copied table until it looks like the USERS table