You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: