Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
In my signup page I want to forbid Users from using the same number.
This part is already done. The problem if a client use the same number starting with or without "0" at the beginning after country code it won't be considered as taken.
Example :
+213 056XXXX
+213 56XXXX
This will work on both cases and won't be considered as registered. How do I fix this ?
In my signup page I want to forbid Users from using the same number.
This part is already done. The problem if a client use the same number starting with or without "0" at the beginning after country code it won't be considered as taken.
Example :
+213 056XXXX
+213 56XXXX
This will work on both cases and won't be considered as registered. How do I fix this ?
GetUserNumber
load_data.php