hi ,
there is a problem during registeration ., if some one try to register with username or email thats is in DB , the vb messege appears saying it was found and registeration stop .
i have some profile fields in registeration , info inside must be unique for each member .
i try to modify register.php with something like this :
if (db query that chack the profile field[x] value in profile field table) // x number of field
{
present -> stop
} .
but it is not work at all ,
any ideas please

.
Sorry if this is wrong section .