Get you output some errors please and tell us exactly what isn't working clearly.
Do you have a table called members
? Do you have a column called email
? Do you have a collumn called password
? Are you sure you're meant to be checking the email
column as the value 'wareez' isn't an email but a username.
Something I personally stick to.. instead of this:
(fname, lname, address, city, contact, email, password, gender, bday, profilepic, coverphoto)
this:
(`fname`, `lname`, `address`, `city`, `contact`, `email`, `password`, `gender`, `bday`, `profilepic`, `coverphoto`)
You should focus on outputting error messages.