Quote:
Originally Posted by ShaanuJaanu
it keeps on saying....uve already registered ur admiration for the member....(no..i didnt register....it says the samething for everyone)
why is that?
|
You've created the database table right?
I use a MySql index trick to determine whether duplicates are being made... but the essence of that is that I catch a database error.
So if you have database errors, it would incorrectly report it as being a duplicate.
So:
1) Check that the table exists and that you ran the SQL correctly.
2) Check that the table doesn't need repairing.
You can use phpMyAdmin to do both of those