Hello,
I am currently learning PHP. I am trying to implement a sign up page. The name at the same email address of the users in the database should give me an error message.
I don't know how to start with. I started this by searching the emails in the database and see if they exists already but then I am very confused.
Thanks