Hi, I'm rookie in php and i tried to figure out myself how to write that code.
A new member signup as new member and send data value to mysql database name 'temp_member' table aand then admin will need for approval.
if admin approve this is just press button to transfer data value from 'temp_member' table to other table name 'per_member'.
my question is that how can i write that code to transfer profile information from table to other table like from 'temp_member' to 'per_member'.
please help thanks.
AM