Hi!
I need to create a register for a game, where the register have a user verification ( if already exists), and same password verification (writed in textbox).
The db table is users with columns id, name. email, password, group.
How can i to insert a new user with that verifications??
Thanks!