cerr
2012-02-08 17:16:59 UTC
Hi,
I'm working on some user registration precedure. When users register,
the set gets stored in a temporary table and only when they click on
the link in the email they get sent, I want to move the record from
the temporary table to my registered user table and remove it from the
temporary one. Can I do this move directly with MySql or do I need to
select the data and insert them again?
Thanks for help and suggestions!
Ron
I'm working on some user registration precedure. When users register,
the set gets stored in a temporary table and only when they click on
the link in the email they get sent, I want to move the record from
the temporary table to my registered user table and remove it from the
temporary one. Can I do this move directly with MySql or do I need to
select the data and insert them again?
Thanks for help and suggestions!
Ron