Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Little question about wildcards in sql and login
% is a wildcard in sql correct? Well i'm a totaly newbie with sql and php and was just wondering on basic 8 if you enter a % wouldn't it return true, as the error is: SELECT * FROM family_db WHERE password='%' so isn't that saying select all from the table family_db where the password is anything?
I hope i made sense?