Bradley99 Posted February 7, 2011 Share Posted February 7, 2011 Hello everyone, I want to make a re-register script that enables a user to re-register once killed.... BUT keep the same email, same profile pic, same profile quote, same friends and a few other things.... BUT register new username etc. Any help would be great. Link to comment https://forums.phpfreaks.com/topic/226918-re-register-help/ Share on other sites More sharing options...
litebearer Posted February 7, 2011 Share Posted February 7, 2011 either... 1. add field to db = killed TRUE/FALSE - if true they cannot partake til re register, when re-register, simply edit username, password and make kill=false. 2. similar concept but use an archive table, when killed copy data from main table to archive, when re-reg copy pertinent data from archive to main table. either way they need to initially use original sign in data to be able to identify them Link to comment https://forums.phpfreaks.com/topic/226918-re-register-help/#findComment-1170851 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.