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.
Advanced sql injection, need help
The original query: "SELECT name,interest,profile FROM members WHERE id=$id"
UNION ALL SELECT null,email,null WHERE > 2 Gives me an email address.
What I am having problems with is finding out the NAME of the password column. I've been bruteforcing it for 2 days now, no luck yet. It's a mysql database, so the error messages gives me no help.
I really dont think there is any way of finding the name of the column, but if you know a way, please tell me.