// activate member and show success message $sql = "UPDATE member_profile SET account_status = 'active' WHERE random_code = '$random_code'"; @mysql_query($sql);
when someone signs up I would like the registration to be pending until I can verify who the person is