Hi again, well I see youve been very busy
If you mean how to make a character creation, I would recommend adding a field to you user table called char_created or smthing smaller xD and when player register set it to zero. When the player logs into the game have it check if char is created, if so go to main page and load char info and if not send to char creation page. Once created set char_created to 1.
PS: if youve got any questions just ask!