Posted by Tanbir
2014-01-27

Hi

I am using Contact Book Mini, how can I make Mobile No unique field. I do not want to make the same record twice . please give me a solution.
Posted by Tom
2014-01-30

You may want to take a look at CheckUsernameConflict function in web/staff/app/cls_ps_staff.inc.php. The function checkes if the user enters an username that alaready exists in the database. The function is not very general, so you still need to understand how it works and modify it appropretely for your needs.