I have a phone number stored for my clients in my database. As you know, the phone number does not have a special format, so some numbers are similar to (+1)123 3123 OR 212-43-1., The problem is in my php code. I am making a request to verify that a phone number exists. If I enter a number like that 11233123, then the result will not have a result, but it already exists. Any decision on how to fit? The solution, in my opinion, is to remove all special characters when checking
user1765876
source
share